#Vehicle seat key bind not working, please someone enlighten me on what is gone wrong?
29 messages · Page 1 of 1 (latest)
the UIS is only available in localscripts, i.e. clientside only
you can fire remoteevents via a localscript and therefore bind a local keypress to a serverwide action
There are no local scripts
hold on lemme try idk how to do it but we will see i surprise myself lately
you got this 🙏
you also don't neeeeed localscripts because things like prompts exist which can bridge that gap on their own
but they are helpful to learn since you will need them a lot in game development
it's all a part of the server client architecture
oh
proximy prompt is like how lclose a player is to something or not that at all
** You are now Level 1! **
add them to an object, reference them, and then do some shit like
prompt.Activated:Connect(function(playerWhoClicked)
end)
some shit like that
hmm
proximity prompts are on screen prompts that only appear if a player is within a close enough proximity
can be activated by clicking, using a button on a keyboard, gamepad, etc.
it was one of the tutorials 😭