#The Gui of the part isn't changing
1 messages · Page 1 of 1 (latest)
.OnClientEvent?? so its on a client??
and thats why its not working
its changed on the client but not on the server
Yes
Tried that too
Remote Events
If everything is client-side I don't see a reason to move anything over to the server.
Though, typically anything cash related SHOULD be handled server-side. You can't trust the client with stuff like that, because of exploiters.
The general rule of thumb is, state should be handled on the server. While anything visual, especially things where instant feedback is required, should be handled on the client.
No no dw I also use a server version that handle giving money to the player and is parented to camera so it wont send replicated to the player ( they won't see it) so the local part is purely visual
But my scripts don't work it's so weird
The local script really get clone and put in all the drops but won't work
wait where is your local script locateded
In the dropper part
The parts that the dropper drops
Local scripts don't work inside the workspace
That is the reason why your script isn't working
I tried a server script with the same script
And it didn't work either
Maybe bc it's a client side part?
Any errors? Or just nothing?
Nothing if I remember well
I will try again later once I'm at home but yeah that's weird
I will let you know
send the server side script when your home again
alr
No need to thank me. We aren't done yet
😁
I'm back
No errors
also when I do this it's not even printing :
I fixed it