Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Developer GUI
- --------------------------------------
- local secret = script.Parent.TextLabel
- game.Players.PlayerAdded:Connect(function(Joined)
- if Joined.Name == "KitCatSalloy666TTS" then --your name
- secret.Visible = true
- end
- end)
- --------------------------------------
- -poke
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement