Options
ChangeAnimations
boolean
Changes wether animations are copied during the disguise process
ChangeEmotes
boolean
Changes wether emotes are copied during the disguise process
Buying
boolean
Is true if the player is currently buying. This value is not ment to be changed directly.
CSync
boolean
Is true if the player is currently in CSync.
CSyncPosition
cframe
Changes where you want the Position of the CSync to be.
TeleportMode
string
Changes wether you are using CSync or just the default teleport to kill targets.
KillMode
string
Sets the current Kill mode, e.g Orbit.
Stomp
boolean
Changes wether you want to Stomp the person using Kill or not.
Bring
boolean
Changes wether you want to Bring the person using Kill or not.
Killing
boolean
Is true if the player is currently killing someone. This value is only ment to be changed to false
when you want to disable kill.
CustomX,
CustomY,
CustomZ
number
Lets you changes the custom Positions of the X, Y & Z axis if you chose "Custom" as the KillMode
OrbitHeight
number
Changes the Orbit height if "Orbit" is selected as the kill mode.
OrbitRadius
number
Changes the Orbit Radius if "Orbit" is selected as the kill mode.
OrbitSpeed
number
Changes the Orbit Speed if "Orbit" is selected as the kill mode.
Notifactions
boolean
Toggles wether you wanna receive notifactions or not.
How do I access these options in my addon?
-- Options.Option
-- Example
Options.CustomX = 2
Options.CustomY = -150
Options.CustomZ = 2
Last updated