-
Notifications
You must be signed in to change notification settings - Fork 1
CreateCheckPoint
newk5 edited this page May 16, 2021
·
7 revisions
Constructor
let Checkpoint =
- Checkpoint.delete ();
- Checkpoint.getOwner ();
- Checkpoint.isStreamedForPlayer (Instance);
- Checkpoint.setColour (rgbObject or hexadecimal integer color);
- Checkpoint.getPosition ();
- Checkpoint.setWorld (Integer);
- Checkpoint.setRadius (Integer);
- Checkpoint.getColour ();
- Checkpoint.getWorld ();
- Checkpoint.setPosition (Pos x, Pos y, Pos z);
- Checkpoint.getRadius ();
- Checkpoint.getId ();
- Checkpoint.isValid ();
- Checkpoint.print ();`