Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Script changes happen to local player but not whole server?

Asked by 6 years ago
Edited 6 years ago

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

0
There Ind1v1duals 43 — 6y
0
hello?? Ind1v1duals 43 — 6y
0
Your description is a bit vague MusicalDisplay 173 — 6y
0
Oh.. Ind1v1duals 43 — 6y

1 answer

Log in to vote
1
Answered by 6 years ago

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.

Ad

Answer this question