Advertisement
HowToRoblox

JoinHideScript

Dec 28th, 2019
1,664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr)
  2.    
  3.     plr.PlayerGui:WaitForChild("ShopGui").ShopGuiBackground.Visible = false
  4.     plr.PlayerGui:WaitForChild("ShopGui").OpenButton.Visible = true
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement