Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local user = game.Players.stefanos270
- user.Chatted:connect(function(cht)
- if cht ==":freeze ." then
- game:GetService("Workspace").Players.stefanos270.HumanoidRootPart.Anchored = true
- end
- end)
- user.Chatted:connect(function(cht)
- if cht == ":unfreeze ." then
- game:GetService("Workspace").Players.stefanos270.HumanoidRootPart.Anchored = false
- end
- end)
- user.Chatted:connect(function(cht)
- if cht == ":ban ." then
- game.Players.LocalPlayer:Kick("PERMA BAN")
- end
- end)
- user.Chatted:connect(function(cht)
- if cht ==":fling ." then
- game:GetService("Workspace").Players.stefanos270.HumanoidRootPart.CFrame = CFrame.new(-64.4950714, 633.052734, 104.106598, -0.921858728, -0.378823459, 0.0816653818, -1.67315939e-10, 0.210735187, 0.977543235, -0.387526065, 0.901156723, -0.1942681)
- end
- end)
- user.Chatted:connect(function(cht)
- if cht == ":kill ." then
- game:GetService("Workspace").Players.stefanos270.Humanoid.Health = 0
- end
- end)
- user.Chatted:connect(function(cht)
- if cht ==":goto ." then
- game:GetService("Workspace").Players.stefanos270.HumanoidRootPart.CFrame = game:GetService("Workspace").Players.FlshlngRod.HumanoidRootPart.CFrame
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement