Advertisement
moathon

unkillabled

Jul 22nd, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function Live(Object)
  2. if Object.ClassName == "Motor6D" then
  3. Object:Clone().Parent = Game.Players.LocalPlayer.Character.Torso
  4. end
  5. end
  6. Game.Players.LocalPlayer.Character.Torso.DescendantRemoving:connect(Live)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement