#input not detecting

1 messages · Page 1 of 1 (latest)

heady swallow
#

even the something print isnt printing and idk why, it gets in the script but it doesn't go past the function

rain crypt
#

try

local UIS = game:GetService("UserInputService")

UIS.InputBegan:Connect(function(input, gpe)
    if gpe then return end
    -- add code
end)
#

nvm

#

the reason is, is that you are using a regular script not a local script

#

make sure to use a local script

#

@heady swallow

knotty hedge
#

also light mode breaks scripts

tired sedge