Advertisement
DaOMEGAa32

fe punch

Jan 2nd, 2020
6,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. --this is my version of the fe punch
  2.  
  3. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("BACK OFF. IS PUNCHING TIME" ,"All")
  4. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  5. plr = game.Players.LocalPlayer
  6. mouse = plr:GetMouse()
  7. function onClicked()
  8. local A=Instance.new'Animation'
  9. A.AnimationId='http://www.roblox.com/asset/?id=204062532'
  10. local P=game:GetService'Players'.LocalPlayer
  11. local C=P.Character or P.CharacterAdded:Wait()
  12. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  13. H:Play()
  14. H:AdjustSpeed(2)
  15.  
  16. end
  17. mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement