Advertisement
rexscripts

Da hood script – (melee punch without slowing down)

Mar 3rd, 2022
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local lplayer = game.Players.LocalPlayer
  2.  
  3. game:GetService('RunService').Stepped:Connect(function()
  4. pcall(function()
  5. lplayer.Character.BodyEffects.Movement:ClearAllChildren()
  6. end)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement