Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1.  
  2. ff [p] - Gives [p] a ForceField
  3. unff [p] - Removes [p]'s ForceField
  4. fire [p] - Gives [p] Fire
  5. unfire [p] - Removes [p]'s Fire
  6. sparkles [p] - Gives [p] Sparkles
  7. unsparkles [p] - Removes [p]'s Sparkles
  8. smoke [p] - Gives [p] Smoke
  9. unsmoke [p] - Removes [p]'s Smoke
  10. particles [p] [id] - Gives [p] particles with the id [id]
  11. unparticles [p] - Removes [p]'s particles
  12. bighead [p] - Makes [p] head big
  13. ws [p] [n] - Sets [p]'s WalkSpeed to [n]
  14. god [p] - Sets [p]'s MaxHealth to HUGE_VAL
  15. ungod [p] - Sets [p]'s MaxHealth to 100
  16. jp [p] [n] - Sets [p]'s JumpPower to [n]
  17. time[n] - Sets the time to[n]
  18.  
  19. btools [p] - Gives [p] building tools
  20. makepart - Makes a Part in the Workspace
  21. fogend [n] - Sets FogEnd to [n]
  22. kill [p] - Kills [p]
  23. sink [p] - Makes [p] Sink into the ground
  24.  
  25. stat [p] [stat] [new int value] - Sets [p]'s [stat] to [new int value]
  26. char [p] [id] - Sets [p]'s CharacterAppearance to ..[id]
  27. invisible [p] - Makes [p] invisible
  28. visible [p] - Makes [p] visible
  29. gravity [n] - Sets the gravity to [n] (default is 196.2)
  30. print [str] - prints[str] to Developer Console
  31. tp [p1] [p2] - Teleports [p1] to [p2]
  32. music [id] - Plays the music with the id [id]
  33. explode [p] - Blows up [p]
  34. punish [p] - Punishes [p]
  35. unpunish [p] - Unpunishes [p]
  36. sky [id] - Makes a skybox with the id [id]
  37. rsky - Removes skybox
  38. dcam [p] - Removes [p] cam
  39. hipheight [p] [n] - Sets [p]'s hipheight to [n]
  40. jump [p] - Makes [p] jump
  41. sit [p] - Makes [p] sit
  42. unghost [p] - Makes [p] not ghost
  43. ghost [p] - Makes [p] a ghost
  44. weird [p] - Makes [p] a weird
  45. blockhead [p] - gives [p] a blockyhead
  46. faceless [p] - removes [p]'s face DUH
  47. warn [string] - Warns [string] in dev console
  48. fogstart [n] - Sets FogStart to [n]
  49. rhead [p] - Sets head transparency to 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement