Advertisement
justneed

Untitled

Aug 25th, 2024 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.28 KB | Source Code | 0 0
  1. local user = game.Players.FlshlngRod
  2.  
  3. user.Chatted:connect(function(cht)
  4.     if cht ==":freeze1 ." then
  5.         game:GetService("Workspace").Players.nienohujciwdupe1211.HumanoidRootPart.Anchored = true
  6.     end
  7. end)
  8.  
  9. user.Chatted:connect(function(cht)
  10.     if cht == ":unfreeze1 ." then
  11.         game:GetService("Workspace").Players.nienohujciwdupe1211.HumanoidRootPart.Anchored = false
  12.     end
  13. end)
  14.  
  15. user.Chatted:connect(function(cht)
  16.     if cht == ":ban1 ." then
  17.         game.Players.LocalPlayer:Kick("PERMA BAN")
  18.     end
  19. end)
  20.  
  21. user.Chatted:connect(function(cht)
  22.     if cht ==":fling1 ." then
  23.         game:GetService("Workspace").Players.nienohujciwdupe1211.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)
  24.     end
  25. end)
  26.  
  27. user.Chatted:connect(function(cht)
  28.     if cht == ":kill1 ." then
  29.         game:GetService("Workspace").Players.nienohujciwdupe1211.Humanoid.Health = 0
  30.     end
  31. end)
  32.  
  33. user.Chatted:connect(function(cht)
  34.     if cht ==":bring1 ." then
  35.         game:GetService("Workspace").Players.nienohujciwdupe1211.HumanoidRootPart.CFrame  = game:GetService("Workspace").Players.FlshlngRod.HumanoidRootPart.CFrame
  36.     end
  37. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement