Advertisement
HeavilyObscure

ROBLOX Developer Console Commands

Nov 5th, 2019
19,068
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 1 0
  1. --ROBLOX developer console commands--
  2.  
  3. Kick player: game.Players.namehere:Kick ("REASON")
  4.  
  5. Walkspeed: game.Players.namehere.Character.Humanoid.WalkSpeed = 100
  6.  
  7. Jumpheight: game.Players.namehere.Character.Humanoid.JumpPower = 100
  8.  
  9. Kill command: game.Workspace.namehere.Humanoid.Health = 0
  10.  
  11. Max health: game.Workspace.namehere.Humanoid.MaxHealth = math.huge
  12.  
  13. set time: game.Lighting.TimeOfDay = "00:00:00"
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement