Advertisement
4zx16

Press R to Ragdoll (R6) (Starter)

Nov 22nd, 2021 (edited)
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --[[
  2.  || 📜 AUTHOR: @4zx16 || PRESS R TO RAGDOLL (R6) ||  DON'T TOUCH UNLESS U KNOW WHAT UR DOING
  3. ]]
  4. game.Players.PlayerAdded:Connect(function(plr)
  5.     plr.CharacterAdded:Connect(function(c)
  6.  
  7.         local aa = script.ragdoll:Clone()
  8.         aa.Parent = c
  9.         aa.Disabled = false
  10.     end)
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement