Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",cmds" then print("house-tps u to house")
- print("pads-tps u to admin pads")
- print("spawn-tps u to spawn")
- print("pc-Shows u partcount")
- print("admin-gives u admin")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",house" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 82.4)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",pads" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",spawn" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 20, -42)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ".pc" then game.Players:Chat(":partcount")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",admin" then
- loadstring(game:HttpGet("https://scriptblox.com/raw/Admin-House!-house-2701"))()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement