Advertisement
ForkFullFight

test cuz yes

Apr 22nd, 2023 (edited)
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local ragdoll = game.Workspace.Ragdoll
  2.  
  3.  
  4. local script = game.ServerScriptService:BindToPart(script.Parent, "Part", "MouseButton1Down")
  5.  
  6.  
  7. game.Players.LocalPlayer.Part.Touched:Connect(function(hit)
  8.  
  9.  
  10. local humanoid = hit.Parent
  11.  
  12.  
  13. if humanoid:IsA("Humanoi") and humanoid.Parent == "Part" then
  14.  
  15.  
  16. humanoid:DisableConstraints()
  17.  
  18.  
  19. end
  20.  
  21.  
  22. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement