#Need help with melee button

24 messages · Page 1 of 1 (latest)

wooden hearth
#

Roblox GUI Scripting Tutorial #1 - Introduction to GUIs (Beginner to Pro 2020)

Hey guys! Welcome to my roblox gui scripting tutorial series. In this series im going to be teaching you everything there is to do with GUI's and how to use them. Be sure to go through the whole series to learn everything. In this video i explain the basic properties...

▶ Play video
deep urchin
#

i meant as "f" to melee

wooden hearth
#

Userinput service

wooden hearth
#
local UIS = game:GetService("UserInputService")
UIS.InputBegan:Connect(function(InputObject)
  if InputObject.KeyCode = Enum.KeyCode.F then
    --Script here
  end
end```
#

in a local script

deep urchin
#

in serverscript?

#

k

wooden hearth
#

l o c a l

#

script

deep urchin
#

startercharacterscripts got it

eager plinth
#

Eli I’m gonna tag u in a thread that I can’t figure out what the issue is would that be alright ?

wooden hearth
#

shore

eager plinth
#

I tried helping the dude but me personally I didn’t know

deep urchin
#

i have no experience with scripting

wooden hearth
#

you should learn basic scripting then. i suggest you watch the dev kings tutorials https://www.youtube.com/watch?v=4z1HVwe0sLE

Advanced Roblox Scripting Tutorial #6 - UserInputService (Beginner to Pro 2019)

Hey guys! welcome to possibly the most exciting video you've seen by me yet! the reason this is so exciting is because this is one of the coolest things you can do in scripting at least to me. This is a very very useful feature that you will always use in your games...

▶ Play video
deep urchin
#

thanks

eager plinth
#

That specific playlist

wooden hearth
#

well the thing he needs is uis im aware its advanced

#

beisdes its not rlly that advanced

#

ive watched it