Hi, I'm trying to make a script that will clone a dialogue GUI to all player on that server. But I don't know how. Can somebody help me?
This is not a request site, but I'll do!
local GUI = --The GUI local Players = game:GetService("Players") for i,v in next,Players:players() do GUI:Clone().Parent = v.PlayerGui end