#How to make when i click W print hi

1 messages · Page 1 of 1 (latest)

rapid iris
#

How to make when i click W print hi

brave pecan
#

do local UserInputService = game:GetService("UserInputService")

UserInputService.InputBegan:Connect(function(input, gameProcessed)
if gameProcessed then return end -- Ignore if the game already used the input
if input.KeyCode == Enum.KeyCode.W then
print("hi")
end
end)
its a local script but make it in starter player scipts

last edge
brave pecan
tranquil sail
#

spoonfeeding is making free scripts for people

#

we have a "we do not make scripts for you" policy

#

it interferes