This is a support category for asking questions about how to get something done on the Roblox websites or how to do something on Roblox applications such as Roblox Studio.
You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Working scripts
What is the issue? Any script I make doesn’t work at all. I’ve only tried making them in the workspace, though.
What solutions have you tried so far? Tried in a new workspace, didn’t work. Tried deleting plugins because i thought it was a virus or something? It didn’t work either.
Yeah. I want the colour to change when the part is clicked. Although, I think I’ve used the same script before and it work. My scripts just haven’t been working lately.
Will your change-color script work on LocalScript? The short answer is Yes
The long one is
Script Runs on the server and can interact with most parts of the game, including the Workspace and server-side objects.
But
Local script Runs on the client and is typically used for GUI ,player-specific actions, etc
It won’t be working on server ( scripts ), because the click action is being taken by the clients(players) not the server
Will do! I only ever used to use localscripts because I was designing gui, so I don’t know much about normal scripts and I think it’s becoming an issue