#How to make when i click W print hi
1 messages · Page 1 of 1 (latest)
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
idk if ur new or not but if youre new i suggest you watch brawldevs tutorial on roblox scripting
dont spoonfeed
i just answering their question 🥀