Making A Client Sided GUI

Hey, so I have been working on science for my new upcoming game. Basically you use a proximity prompt to display a screengui. I’m fairly new to coding and I’m not sure how to make this gui Client Sided and only show for the player. I heard you may have to use a remote event?

If you want it to only show for the player, just use a local script. There is no need to use a remote event.

So I use a local script to create the gui?

Yes, use a local script in creating the gui

1 Like