#when im in roblox studio why when i do a script then i test it the script goes away? is there a way

1 messages · Page 1 of 1 (latest)

stoic canopy
#

I NEED HELP IM NEW PLS S

#

also all im tryna do is make a playlist with music

solid tundra
#

things in server script service are only accessible via server side

keen cove
# stoic canopy I NEED HELP IM NEW PLS S

Server:
ServerScriptService
ServerStorage

Client:
RemoteStorage
StarterGUI
StarterPlayer
Workspace
Players

once you load in your in the Client, meaning you cant see anything server side
https://devforum.roblox.com/t/understanding-the-difference-between-server-side-and-client-side/2589383

rose drift
#

And so

#

When someone plays a game we call that the client

#

This client is playing our game beceause he is connected to the server of our game

#

And so, when the client play, he cant have access to serverscriptservice, thats why you cant see it, you on client side

#

Instead if u change to server side, you will see it

rose drift