Advertisement
LucianBlox

Roblox Login System

Sep 23rd, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local KEY = "4380636503"
  2. local TEXTBOX = TextBox Here
  3. local BUTTON = ButtonHere
  4.  
  5. BUTTON.MouseButton1Click:Connect(function()
  6. if TEXTBOX.Text == KEY then
  7. print(game.Players.LocalPlayer.Name.." Has logged in.")
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement