Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Live(Object)
- if Object.ClassName == "Motor6D" then
- Object:Clone().Parent = Game.Players.LocalPlayer.Character.Torso
- end
- end
- Game.Players.LocalPlayer.Character.Torso.DescendantRemoving:connect(Live)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement