#am i dumb or i user input service not working?

11 messages · Page 1 of 1 (latest)

proud steppe
#

as of 13/01/2025 userinput service is working

unkempt burrow
#

local UserInputService = game:GetService("UserInputService")

UserInputService.InputBegan:Connect(function(input, gameProcessed)
print("lopl")
end)

#

either im doing something wrong or idk

proud steppe
#

its in a localscript?

unkempt burrow
#

oh wait

#

userinputservice is only for local scripts right?

proud steppe
#

yes

unkempt burrow
#

nvm