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

why won't my script work anymore?

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

my script was working a week ago but now it just stopped working whenever I join the game now it doesn't work... i've tried changing it from a regular script to a local script but still nothing happens

heres my script :

game.Players.PlayerAdded:connect(function(plr)
plr:WaitForChild("PlayerGui")
local s = game.ServerStorage.Load:Clone()
s.Parent = plr.PlayerGui
end)

its suppose to clone the gui from the serverstorage into the players playergui but nothing happens.... help?

0
Are you testing this in PlaySolo? If so, the PlayerAdded event will not fire. Start a server instead. Perci1 4988 — 9y
1
oh okay thank you so much :D 1337zombiegamer 25 — 9y

1 answer

Log in to vote
0
Answered by
ZeroBits 142
9 years ago

it should work. but only in online mode.

Ad

Answer this question