Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Extra Functions Guide
- --[[
- setSize(Part, x,y,z) | Sets the size of a specific part (Returns nothing)
- setOrientation(Part, x,y,z) | Sets the orientation/rotation of a specific part (Returns nothing)
- setPosition(Part, x,y,z) | Sets the position of a specific part (Returns nothing)
- -------------------------------------------------------------------------
- changeSize(Part, x,y,z) | Changes the size of a specific part (Returns nothing)
- changeOrientation(Part, x,y,z) | Changes the orientation of a specific part (Returns nothing)
- changePosition(Part, x,y,z) | Changes the position of a specific part (Returns nothing)
- -------------------------------------------------------------------------
- setHealth(player, Health) | Sets the health of a player (Returns nothing)
- setWalkSpeed(player, speed) | Sets the walkspeed of a player (Returns nothing)
- setJumpPower(player, jumpPower) | Sets the jumppower of a player (Returns nothing)
- kill(player) | Kills a player (Returns nothing)
- killAll() | Kills every player in the server (Returns nothing)
- kickPlayer(player, message) | Kicks a player, message is optional (Returns nothing)
- kickAll(Message) | Kicks everyone in the server, message is optional (Returns nothing)
- -------------------------------------------------------------------------
- findInstance(name) | Finds an instance (Returns instance)
- createExplosion(x,y,z, blastPressure, blastRadius) | Creates an explosion at a position (Returns explosion)
- createInstance(Class, Parent) | Creates and instance (Returns instance)
- loadModel(Id, Parent) | Loads a model into the game (Returns model)
- function delete(instance) | Deletes an instance (Returns nothing)
- -------------------------------------------------------------------------
- RNG(min, max) | Picks a random number between min and max. (Returns number)
- -------------------------------------------------------------------------
- playSound(Id, looped) | Plays an audio id, and sets looped to false/true (Returns nothing)
- --]]
- warn("This is a guide to Extra Functions, if you want the actual code, go to https://pastebin.com/KsH6MH3C")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement