đEnvironment
These are all of the functions revolving the Roblox environment that Wave supports.
Create Secure Folder
Creates a new secure folder to
path
.
Note: The folder itself won't be able to be found by the game. This means you don't need to set the security of the instances within it.
Fire Click Detector
Fires the
ClickDetector
. If no distance supplied, it will default to0
.
Fire Proximity Prompt
Fires the
ProximityPrompt
trigger.
Fire Touch Interest
Touches part with
totouch
.
Actions:
Begins the touch.
0
Ends the touch.
1
Get Garbage Collection
Returns a
table
with allgc
objects. Usegetgc(true)
to include tables.
Get Global Environment
Returns the
environment
that will be applied to each script ran by Wave.
Get Instances
Returns a
table
with instances.
Get Nil Instances
Returns a
table
with instances parented tonil
.
Get Roblox Environment
Returns the Roblox
environment
.
Is Secured Instance
Returns
true
/false
ifInstance
is secured/not secured.
Set Normal Instance
Sets
Instance
back to its normal state. Returnsfalse
ifInstance
is back to normal.
Set Secure Instance
Secures
Instance
. Returnsfalse
ifInstance
is secured.
Last updated