Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AdService

A class that allows the display of mobile video ads.

This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service]

Member index 17

HistoryMember
565GetAdTeleportInfo(): Tuple
580GetReportAdInfo(): Array
612HideEudsaDisclosure(): null
573ReturnToPublisherExperience(adTeleportMethod: AdTeleportMethod): null
627SetAdGuiInteractivityHandlerInitialized(): null
573ShowVideoAd(): null
547AdTeleportEnded()
547AdTeleportInitiated()
587PortalPrompt(destinationId: int64, portal: Instance, requiresNoButton: bool)
617ShowDynamicEudsaDisclosure(advertiserName: string, payerName: string)
612ShowStaticEudsaDisclosure()
462VideoAdClosed(adShown: bool)
627adGuiRegisterUI(adGui: Instance)
inherited from Instance
553Archivable: bool
635Capabilities: SecurityCapabilities
553ClassName: string
553Name: string
553Parent: Instance
635Sandboxed: bool
616UniqueId: UniqueId
553className: string
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
486GetChildren(): Objects
462GetDebugId(scopeLength: int = 4): string
486GetDescendants(): Array
486GetFullName(): string
462GetPropertyChangedSignal(property: string): RBXScriptSignal
641GetStyled(name: string): Variant
576GetTags(): Array
576HasTag(tag: string): bool
486IsA(className: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
580IsPropertyModified(name: string): bool
573Remove(): null
576RemoveTag(tag: string): null
580ResetPropertyToDefault(name: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
553children(): Objects
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
553getChildren(): Objects
462isA(className: string): bool
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462Changed(property: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
553childAdded(child: Instance)

Description

This AdService is a service for displaying mobile video ads as a form of monetization.

History 36

Members 17

AdTeleportEnded

Parameters (0)
No parameters.

History 1

AdTeleportInitiated

Parameters (0)
No parameters.

History 1

GetAdTeleportInfo

Parameters (0)
No parameters.
Returns (1)
Tuple

History 1

GetReportAdInfo

Parameters (0)
No parameters.
Returns (1)
Array

History 1

HideEudsaDisclosure

Parameters (0)
No parameters.
Returns (1)
null

History 1

PortalPrompt

Parameters (3)
destinationIdint64
portalInstance
requiresNoButtonbool

History 2

ReturnToPublisherExperience

Parameters (1)
adTeleportMethodAdTeleportMethod
Returns (1)
null

History 2

SetAdGuiInteractivityHandlerInitialized

Parameters (0)
No parameters.
Returns (1)
null

History 1

ShowDynamicEudsaDisclosure

Parameters (2)
advertiserNamestring
payerNamestring

History 1

ShowStaticEudsaDisclosure

Parameters (0)
No parameters.

History 1

ShowVideoAd

Parameters (0)
No parameters.
Returns (1)
null

Show mobile video advertisements.

This function is deprecated. It exists only for backward compatibility, and should not be used for new work.

History 6

Tags: [Deprecated]

VideoAdClosed

Parameters (1)
adShownbool

Fires when an AdService video closes.

This event is deprecated. It exists only for backward compatibility, and should not be used for new work.

History 6

Tags: [Deprecated]

adGuiRegisterUI

Parameters (1)
adGuiInstance

History 1

Settings