The title already shows the answer. If anyone can help, I appreciate it!
1 Like
Yes, assuming it is a local script, it will be copied to the player’s PlayerGui when they join and it will work just fine.
Yeah I use it for my sprinting system on mobile and pc
UserInputService works for any script running on the client (so local scripts, scripts with RunContext
set to Client
and ModuleScripts required on the client)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.