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

Why won't this script work?

Asked by 9 years ago

Hi this script was only working in solo mode can you help please? At the end when I try to clone it into the player it only works in solo mode. And yes it's in a local script.

01plr = game.Players.LocalPlayer
02script.Parent.TextWrapped = true
03plr.CameraMinZoomDistance = 1
04plr.CameraMaxZoomDistance = 1
05wait(5)
06script.Parent.Text = "Hello " ..plr.Name.. ", and welcome to Conscious!"
07wait(3)
08script.Parent.Text = "You are probably wondering who I am..."
09wait(3)
10script.Parent.Text = "I am your Conscious telling you what to do and when to do it."
11wait(3)
12script.Parent.Text = "I am you."
13wait(3)
14script.Parent.Text = ""
15plr.CameraMaxZoomDistance = 10
View all 22 lines...

1 answer

Log in to vote
1
Answered by
Spooce 78
9 years ago

LocalScripts cannot access the ServerStorage.

Ad

Answer this question