#Proximity prompt not understanding what to do
1 messages · Page 1 of 1 (latest)
You need to use the localplayee
game.Players.LocalPlayer.PlayerGui
StarterGui is just cloned into the players gui
But the playergui is what the player sees
lemme see
Also
You need to set the scripts runcontext in the scripts proprieties to client
Since a localscript doesn't run in the workspace
But if you use many proximity promts I recommend using ProximityPromptService and a table with functions
how do i do that
Actually nvm
Hmm
U gotta delete the localscript and place a normal script
Then set the runcontext to client
Bro game.StarterGui 
Just use a normal local script
Yeah but then you got a lot of connections and performance goes down
A normal script set to run in client doesn't behave the same way as a local script
Ye
thanks guys alot