Free Punch Animation Roblox

  • Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
  • I made a simple punch script, where the player needs to press ‘F’ to punch. Every punch can only deal damage to one person (20 for each punch). PunchTest.rbxl (28.4 KB) Workspace: RemoteHandler: local RStorage = game:GetService('ReplicatedStorage') local Remotes = RStorage:WaitForChild('Remotes') local Punch = Remotes:WaitForChild('Punch') local Connection local function DealDamage(Part.
Jul 1st, 2018

Roblox lots of scripts and exploits to improve your roblox experience and most the scripts are from really popular games and if you want to help me out use the donate button.

Roblox
Never
Animation

Free Punch Animation Roblox Id

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Free Punch Animations Roblox Studio

Punch
  1. -----------------------------------------------------------------------
  2. math.randomseed(tick())
  3. local ReplicatedStorage = game:GetService('ReplicatedStorage')
  4. local punchEvent = Instance.new('RemoteEvent', ReplicatedStorage)
  5. local char = game.Workspace:FindFirstChild(plr.Name)
  6. local animation = Instance.new('Animation')
  7. animation.AnimationId = 'http://roblox.com/asset/?id='..animations[picked]
  8. local animTrack = humanoid:LoadAnimation(animation)
  9. local dmgScript = script.DmgScript:Clone()
  10. dmgScript.Parent = char.RightHand
  11. dmgScript.Parent = char.LeftHand
  12. dmgScript.Disabled = false
  13. dmgScript:Destroy()
  14. create a script and put it in ServerScriptService
  15. ----------------------------------------------------------------------------
  16. then copy that
  17. -------------------------------------------------------------------------
  18. local char = hit.Parent
  19. if hum and char.Name ~= script.Parent.Parent.Name then
  20. script.Disabled = true
  21. script.Disabled = false
  22. end)
  23. ------------------------------------------------------------------
  24. after that all open startercharacterscripts
  25. and do a local script
  26. -----------------------------------------
  27. wait (0.1)
  28. local UserInputService = game:GetService('UserInputService')
  29. local ReplicatedStorage = game:GetService('ReplicatedStorage')
  30. local punchEvent = ReplicatedStorage:WaitForChild('PunchEvent')
  31. local ready = true
  32. local function punch(inputObject, gameProcessed)
  33. if inputObject.KeyCode Enum.KeyCode.E and ready then
  34. ready = false
  35. ready = true
  36. end
  37. UserInputService.InputBegan:Connect(punch)
  38. ----------------------------------------------------

Free Punch Animation Roblox Games