artbarte

Bring and freeze [FE]

Apr 27th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --haha rip ur sales [қmמ]MrCheeks(Bunny)#5287
  2. --made by vortexe
  3. for i,v in pairs(game.Players:GetPlayers()) do
  4. if v.Name~=game.Players.LocalPlayer.Name then
  5. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) + Vector3.new(0, 0, 0)
  6. v.Character["Head"].Anchored = true
  7. v.Character["HumanoidRootPart"].Anchored = true
  8. v.Character["Torso"].Anchored = true
  9. v.Character["Left Leg"].Anchored = true
  10. v.Character["Right Leg"].Anchored = true
  11. v.Character["Left Arm"].Anchored = true
  12. v.Character["Right Arm"].Anchored = true
  13. end
  14. end
Add Comment
Please, Sign In to add comment