Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this is my version of the fe punch
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("BACK OFF. IS PUNCHING TIME" ,"All")
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- function onClicked()
- local A=Instance.new'Animation'
- A.AnimationId='http://www.roblox.com/asset/?id=204062532'
- local P=game:GetService'Players'.LocalPlayer
- local C=P.Character or P.CharacterAdded:Wait()
- local H=C:WaitForChild'Humanoid':LoadAnimation(A)
- H:Play()
- H:AdjustSpeed(2)
- end
- mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement