of     1   

HappyS_101
#220350036Monday, July 03, 2017 7:14 AM GMT

Hey guys I just wanted to know how to make an f to punch script that does 10 damage to a player when you press f. Please tell me if you don't know how but you know where to get the info please send me a link to the website... Thank you...
SinisterMemories
#220350078Monday, July 03, 2017 7:15 AM GMT

where to get the info wiki.roblox.com #code print("oh no an errorz!")
HappyS_101
#220353718Monday, July 03, 2017 8:33 AM GMT

So what do I search up? F to punch script? I did but there was nothing...
SinisterMemories
#220354947Monday, July 03, 2017 9:14 AM GMT

man its not as easy as searching 'F to Punch' #code print("oh no an errorz!")
HappyS_101
#220777876Saturday, July 08, 2017 8:59 AM GMT

#code print("oh no an errorz!")??
[rfa#hidefromsearch]
#220778328Saturday, July 08, 2017 9:10 AM GMT

[rfa#hidefromsearch]
HappyS_101
#221027371Tuesday, July 11, 2017 3:17 AM GMT

Look I can make the animation but all I need to know is the script to make it so that when I press f the animation plays then stops and does 10 damage to the person I punched...
Haydenfire098
#221029389Tuesday, July 11, 2017 3:45 AM GMT

https://www.youtube.com/watch?v=dRGEAethTGA Just replace the sword with a small block in front of the player's arm, make the part created by the script instead of as a tool, and profit. Oh and here's the Keypress syntax: function onKeyPress(inputObject, gameProcessedEvent) if inputObject.KeyCode == Enum.KeyCode.F then print("F was pressed") --Put your code stuff here end end game:GetService("UserInputService").InputBegan:connect(onKeyPress)

    of     1