OEAgamer1

Roblox Premium Player Game

Apr 8th, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2.     if player.MembershipType ~= Enum.MembershipType.Premium then
  3.         player:Kick("You need premium to join this game!")
  4.     end
  5. end)
  6.  
Add Comment
Please, Sign In to add comment