Advertisement
Prokri43

Untitled

Jul 16th, 2024 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  2. if msg == ",cmds" then print("house-tps u to house")
  3. print("pads-tps u to admin pads")
  4. print("spawn-tps u to spawn")
  5. print("pc-Shows u partcount")
  6. print("admin-gives u admin")
  7. end
  8. end)
  9.  
  10. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  11. if msg == ",house" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 82.4)
  12. x = x - 4
  13. wait(0.01)
  14. end
  15. end)
  16. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  17. if msg == ",pads" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
  18. x = x - 4
  19. wait(0.01)
  20. end
  21. end)
  22.  
  23.  
  24. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  25.  
  26. if msg == ",spawn" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 20, -42)
  27. x = x - 4
  28. wait(0.01)
  29. end
  30. end)
  31.  
  32. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  33.  
  34. if msg == ".pc" then game.Players:Chat(":partcount")
  35. end
  36. end)
  37.  
  38. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  39.  
  40. if msg == ",admin" then
  41. loadstring(game:HttpGet("https://scriptblox.com/raw/Admin-House!-house-2701"))()
  42. end
  43. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement