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

How would I clone a GUI into all player's PlayerGui?

Asked by 4 years ago

for i, player in pairs(game.Players:GetPlayers()) do local gui = game.Lighting.UI:Clone() gui.Parent = player.PlayerGui end

I'm using this script but it isn't working. I have a gui in lighting.

1
I would use serverstorage instead of lighting because lighting isn't supposed to be intended for storing stuff like guis. XxOPGUYxX1234567 221 — 4y
0
do you want it to be cloned on a event or when a player spawns doomblade_66 55 — 4y

Answer this question