Advertisement
SirMeme

example code

Sep 6th, 2020
1,813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. if player:GetRoleInGroup(1) = 1 then
  3. gui:Clone().Parent == player.PlayerGui
  4. end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement