Advertisement
BaconsRBLX

Parkour Ninja Haxx Key Database

May 25th, 2019
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- Whitelist
  2. local Player = game:GetService('Players').LocalPlayer
  3.  
  4. local CreatorWhitelist = "Bacons"
  5. local Whitelist1 = "BlueBoye"
  6. local Whitelist2 = "BastardMonkey"
  7. local Whitelist3 = "bigchungo"
  8.  
  9. if Player.Name == CreatorWhitelist or Whitelist1 or Whitelist2 or Whitelist3 then
  10. print('Client Whitelisted')
  11. else
  12. Player:Kick('Whitelist Error!')
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement