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

Overhead name change via button press not working, no errors works in studio?

Asked by
tek_o 56
5 years ago

NOT a local script FE is on

Works 100% in studio, please help!

script.Parent.MouseButton1Click:Connect(function()
    game.Workspace[script.Parent.Parent.Player.Text].Rank.Frame.TextLabel.TextColor3 = Color3.fromRGB(85, 255, 0)
    game.Workspace[script.Parent.Parent.Player.Text].Rank.Frame.TextLabel.Text = script.Parent.parent.Reason.Text
end)
0
Don't use Play Solo to test your scripts. Use local server. User#19524 175 — 5y
0
You can also press F9 in-game to see errors. AltNature 169 — 5y
0
Where is this script located? ReadyHappiness 109 — 5y
0
This must be a LocalScript. uhTeddy 101 — 5y

Answer this question