Advertisement
HowToRoblox

JoinHideGuiScript

Oct 26th, 2019
2,647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. function PlayerEntered()
  2.    
  3.     game.StarterGui.ShopGui.ShopGuiBackground.Visible = false  
  4. end
  5.  
  6. game.Players.PlayerAdded:Connect(PlayerEntered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement