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

My script work in the workspace, not in the StarterGui, what should I do?

Asked by 5 years ago

I put a IntValue in the StarterGui and a script in the Value This is the script

script.Parent.Value = 3
wait(1)
script.Parent.Value = 2
wait(1)
script.Parent.Value = 1
wait(1)
script.Parent.Value = 5

The value is not changing when i play? What is the problem?

0
ServerScripts don't run in StarterGui. Read here: https://developer.roblox.com/api-reference/class/Script Gey4Jesus69 2705 — 5y
0
Thanks iamthepurpleguy10 15 — 5y

Answer this question