So I have a scoreboard and I made it so they can type the down in a textbox later after it worked it would show the text in the server that they changed it to only to that player who changed it
My game is not filtering enabled, it is a regular script
Here's the code.. quite simple
while wait() do script.Parent.Parent.Parent.Board.Down.Text = script.Parent.Text end
Heres a screen shot of the location
It might be because its in a local script where it should be a server script or a server script where it should be a local script.
It sounds very odd for it not to be a problem because of FE. But i've heard that Local and server scripts still cause problems even in Experimental mode.