Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = Game.Players:GetPlayers()
- for i = 1, #Players do
- local v = Players[i]
- if v.Character and Game.Players.LocalPlayer.Character.Torso and v.Name ~= Game.Players.LocalPlayer.Name and v.TeamColor ~= Game.Players.LocalPlayer.TeamColor then
- local x = v.Character:FindFirstChild('Right Leg')
- if x then
- x.Anchored = true
- x.CFrame = Game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0, 0, 4)
- end
- end
- end
Add Comment
Please, Sign In to add comment