Advertisement
XiByteGam123457890

Developer GUI

May 9th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Developer GUI
  2. --------------------------------------
  3. local secret = script.Parent.TextLabel
  4.  
  5.  
  6.  
  7.  
  8. game.Players.PlayerAdded:Connect(function(Joined)
  9. if Joined.Name == "KitCatSalloy666TTS" then --your name
  10. secret.Visible = true
  11. end
  12. end)
  13. --------------------------------------
  14. -poke
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement