Punching Simulator Roblox Uncopylocked

Jan 3rd, 2018

One Punch Man: Destiny is a Roblox game. It came into being not too long ago. On the 8th of February 2020, it was first made available with many updates coming in the following days. For those of you who intend to play this game and haven’t made their mind yet here are few things you must know about it. Lua Script Executor. Our exploits are the one of the best Roblox lua script executor ever made! Can execute almost all script. It can run scripts like 'Infinite Yield', 'c00lkidd gui', 'Ro-Xploit' & more.

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. This code goes in a LocalScript inside StarterPlayerScripts
  2. --// Services
  3. local UserInputService = game:GetService('UserInputService')
  4. local ReplicatedStorage = game:GetService('ReplicatedStorage')
  5. local Punching =false
  6. local Damage =20
  7. local PunchEvent = ReplicatedStorage:WaitForChild('PunchEvent')
  8. --// Player
  9. local Character = game.Workspace:WaitForChild(Player.Name)
  10. local Humanoid = Character:FindFirstChildOfClass('Humanoid')
  11. local RightArm = Character:WaitForChild('Right Arm')
  12. --//Animations
  13. Punch.AnimationId ='rbxassetid://953446258'
  14. UserInputService.InputBegan:Connect(function(Input)
  15. if Input.KeyCode Enum.KeyCode.E andnot Punching then
  16. PunchTrack:Play()
  17. PunchTrack.KeyframeReached:Connect(function(Keyframe)
  18. wait(Cooldown)
  19. Damaging =true
  20. end)
  21. end)
  22. RightArm.Touched:Connect(function(hitPart)
  23. if Punching and hitPart.Parent:FindFirstChild('Humanoid')and Damaging then
  24. local HumanoidToDamage = hitPart.Parent:FindFirstChild('Humanoid')
  25. end
  26. This code goes inside a Script inside ServerScriptService
  27. --// Services
  28. local ReplicatedStorage = game:GetService('ReplicatedStorage')
  29. --// Events
  30. local PunchEvent = ReplicatedStorage:WaitForChild('PunchEvent')
  31. --// Coding
  32. PunchEvent.OnServerEvent:Connect(function(PlayerWhoSent, HumanoidToDamage, Damage)
  33. end)
  34. Make sure you create a RemoteEvent called 'PunchEvent'and parent it to the ReplicatedStorage
Roblox punching simulator codes

Punching Simulator Roblox Uncopylocked 2019