#Vehicle seat key bind not working, please someone enlighten me on what is gone wrong?

29 messages · Page 1 of 1 (latest)

umbral monolith
#

are you using any localscripts / remoteevents

#

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

glass rose
#

There are no local scripts

#

hold on lemme try idk how to do it but we will see i surprise myself lately

umbral monolith
#

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

glass rose
#

so basically i just unerstood local scripts nothing else BAHAHAHHA

#

promtps?

umbral monolith
#

yeah

#

proximity prompts

#

they're a class

glass rose
#

oh

umbral monolith
#

they're in the same like

#

area as clickdetectors

glass rose
#

proximy prompt is like how lclose a player is to something or not that at all

fallen folio
#

studio** You are now Level 1! **studio

umbral monolith
#

add them to an object, reference them, and then do some shit like

#

prompt.Activated:Connect(function(playerWhoClicked)
end)

#

some shit like that

glass rose
#

hmm

umbral monolith
glass rose
#

oh yeah

#

i know that

umbral monolith
#

can be activated by clicking, using a button on a keyboard, gamepad, etc.

glass rose
#

it was one of the tutorials 😭