#GUI Apearing and Disapearing
11 messages · Page 1 of 1 (latest)
why have you done a for loop?
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
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
server can't see what client did so it doesn't change anything as it thinks it's already visible/hidden