Advertisement
scriptplacerbx

-COMMANDS- roblox script

Oct 10th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.57 KB | None | 0 0
  1. -- commands --
  2. cmds prefix=';'
  3. script prefix='/'
  4.  
  5. 1('ff',"ff's a player"
  6. 2('noff',"unff's a player"
  7. 3('fire','set a player on fire'
  8. 4('nofire','extinguish a player'
  9. 5('sp','give a player sparkles'
  10. 6('nosp','remove sparkles from a player'
  11. 7('smoke','give a player smoke'
  12. 8('nosmoke','remove smoke from a player'
  13. 9('btools','gives a player btools'
  14. 10('god','gods player'
  15. 11('sgod','silently gods player'
  16. 12('ungod','removes god from a player'
  17. 13('heal','resets a players health'
  18. 14('freeze','freezes a player'
  19. 15('thaw','freezes a player'
  20. 16('kill','kills a player'
  21. 17('sound','plays a sound'
  22. 18('explode','explode a player'
  23. 19('invis','make a player invisible'
  24. 20('vis','make a player visible'
  25. 21('goto','go to a player'
  26. 22('bring','bring a player to you'
  27. 23('tp','teleport player 1 to player 2'
  28. 24('charapp','change a players appearance'
  29. 25('ws','change a players walkspeed'
  30. 26('time','change the time of day'
  31. 27('unlockws','unlock the whole workspace'
  32. 28('unanchorws','unanchor the whole workspace'
  33. 29('hat','give player a hat ingame'
  34. 30('admin','gives a player admin'
  35. 31('unadmin','removes a players admin'
  36. 32('view','view player',{},
  37. 33('noclip','noclips local player'
  38. 34('clip','clips local player'
  39. 35('jesusfly','jesusfly'
  40. 36('nofly','nofly'
  41. 37('swim','swim'
  42. 38('noswim','noswim'
  43. 39('skybox','sky <id>
  44. 40('shrek','shrek <p>
  45. 41('ambient','ambient <n> <n> <n>
  46. 42('fetp','fetp'
  47. 43('fogend','fogend <n>
  48. 44('slock','serverlock'
  49. 45('unslock','unserverlock
  50. 46('fogend','fogend <n>
  51. 47('fogcolor','fogcolor <n> <n> <n>
  52. 48('particles','particles <p> <id>
  53. 49('fixl','fixlighting'
  54.  
  55. Commands List was made by N3xul.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement