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

Why does it work in single player but not in server side?

Asked by 8 years ago
Edited 8 years ago

For some reason the script dont below does work in single player when I test it in studio but does not work on any server.. Why?

01fff = script.Parent.Parent.Inside
02function Click()
03wait(4)
04script.Parent.Text = "Insterting Scripts"
05wait (0.25)
06script.Parent.Text = "Loading Interface"
07wait (0.25)
08script.Parent.Text = "Loading the map"
09wait (0.25)
10script.Parent.Text = "Loading mobs"
11wait (0.25)
12script.Parent.Text = "Loading the stats"
13wait (0.25)
14script.Parent.Text = "Purchasing some weapons"
15wait (0.25)
View all 54 lines...
0
Use the codeblock format please. RubenKan 3615 — 8y

Answer this question