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

ROBLOX Custom Loading GUI?

Asked by
iNicklas 215 Moderation Voter
9 years ago

This worked at the start, but now it just won't clone to playergui.

local gui = game.Lighting["GUI"]

game.Players.PlayerAdded:connect(function(player)
    gui:clone().Parent = player.PlayerGui
end

0
oops found the problem, end) iNicklas 215 — 9y

Answer this question