of     1   

Phonicz
#185170771Saturday, March 12, 2016 3:24 AM GMT

How to do the title. Im thinking something like this function roundend() local allplayers =game.Players.getchildren() local gui = game.Lighting.guinamehere [IDK What to put here] end() Thanks if you can help. -Phonicz
Kannivalismos
#185170884Saturday, March 12, 2016 3:26 AM GMT

for i,v in pairs(allplayers)do gui:clone().Parent=v.PlayerGui end i don't have a siggy yet
Phonicz
#185171570Saturday, March 12, 2016 3:38 AM GMT

So what would the full script be like.
Kannivalismos
#185172121Saturday, March 12, 2016 3:48 AM GMT

function roundend() local allplayers =game.Players:GetChildren() local gui = game.Lighting.guinamehere --you shouldn't store in lighting for i,v in pairs(allplayers)do gui:clone().Parent=v.PlayerGui end end roundend()
Phonicz
#185172271Saturday, March 12, 2016 3:50 AM GMT

Where do you suggest i store it, replicatedstorage or serverstorage?
Kannivalismos
#185172959Saturday, March 12, 2016 4:04 AM GMT

if server scripts need to access, serverstorage if for some reason you need localscripts to access it, replicatedstorage
Phonicz
#185173039Saturday, March 12, 2016 4:05 AM GMT

K thanks for the help man.

    of     1