Why won't this script work?
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.
01 | plr = game.Players.LocalPlayer |
02 | script.Parent.TextWrapped = true |
03 | plr.CameraMinZoomDistance = 1 |
04 | plr.CameraMaxZoomDistance = 1 |
06 | script.Parent.Text = "Hello " ..plr.Name.. ", and welcome to Conscious!" |
08 | script.Parent.Text = "You are probably wondering who I am..." |
10 | script.Parent.Text = "I am your Conscious telling you what to do and when to do it." |
12 | script.Parent.Text = "I am you." |
14 | script.Parent.Text = "" |
15 | plr.CameraMaxZoomDistance = 10 |
16 | plr.CameraMinZoomDistance = 10 |
17 | local a = game.ServerStorage.Flashlight:Clone() |
18 | a.Parent = plr.Backpack |
19 | local b = game.ServerStorage.Flashlight:Clone() |
20 | b.Parent = plr.StartPack |
22 | script.Parent.Text = "To be continued..." |