#GUI Apearing and Disapearing

11 messages · Page 1 of 1 (latest)

rotund lion
#

one of them is possibly a server script and once a local script

exotic pine
#

why have you done a for loop?

buoyant sequoia
#

Server scripts happen to the whole server and some things like ‘LocalPlayer’ doesnt exist in server scripts. Local scripts is used for editing things on the client so only the player can see it

exotic pine
#

the whole in game server

#

local you can be used to change and update the players textlabels, change the transparency of things, and just smaller things rather than in a server script, it accesses the entirety of the games server to get things like checkpoints, killbricks, leaderstat values etc

#

isnt just for those things, i just stated a few examples

#

in summary, local scripts are for client side (your pov as a player), and server is for the whole game

rotund lion
#

server can't see what client did so it doesn't change anything as it thinks it's already visible/hidden

vivid sequoia
#

one runs on the server, the other on the client

#

oh shit

#

woopsie