halomeny
|
  |
| Joined: 25 Mar 2010 |
| Total Posts: 4273 |
|
|
| 07 Apr 2013 09:07 AM |
Can't seem to make this
help please |
|
|
| Report Abuse |
|
|
Abstrus
|
  |
| Joined: 07 Jan 2013 |
| Total Posts: 1396 |
|
| |
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 07 Apr 2013 09:26 AM |
game.Players.PlayerAdded:connect(function(plr) if plr.Name == "halomeny" then while true do end end end) |
|
|
| Report Abuse |
|
|
|
| 07 Apr 2013 09:28 AM |
That's like...
The stupidest thing I've ever heard. |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 07 Apr 2013 09:29 AM |
Use this magical script;
Instance.new("ManualSurfaceJointInstance")
It inserts everything you need for a fully working RPG game and it also inserts a 'non VIP get banned' script!!!!11!! |
|
|
| Report Abuse |
|
|
halomeny
|
  |
| Joined: 25 Mar 2010 |
| Total Posts: 4273 |
|
|
| 07 Apr 2013 09:46 AM |
| Yeah, I'm so falling for your childish attempts at trolling me. |
|
|
| Report Abuse |
|
|
|
| 07 Apr 2013 09:48 AM |
@Halo,
Since you're "Bullied & Depressed", I'd have thought you'd be one of the people who wouldn't want to ban non-VIPs. |
|
|
| Report Abuse |
|
|
tyzone
|
  |
| Joined: 16 Aug 2008 |
| Total Posts: 1726 |
|
|
| 07 Apr 2013 09:48 AM |
Yeah, because we totally expect you to believe him.
shirttexture = "Link for the shirt"
function onPlayerAdded(player)
I don't know, just look for the body and the shirt texture, then compare it to shirttexture. If they're different, kick the guy.
end
Stuff that happens when a player joins:connect(onPlayerAdded)
Maybe. |
|
|
| Report Abuse |
|
|
halomeny
|
  |
| Joined: 25 Mar 2010 |
| Total Posts: 4273 |
|
|
| 07 Apr 2013 10:30 AM |
@THEbob
Actually, I am making a game - it requires VIP to enter. |
|
|
| Report Abuse |
|
|
btft
|
  |
| Joined: 19 Feb 2011 |
| Total Posts: 1512 |
|
|
| 07 Apr 2013 10:31 AM |
permission = {"Player", "Player2", "Player3"} function checkOkToLetIn(name) for i = 1,#permission do if (string.upper(name) == string.upper(permission[i])) then return true end end return false end
function Connect(player) print("PlayerAdded") player.CharacterAdded:wait() if (checkOkToLetIn(player.Name)) then print("He/She is allowed") else player:Destroy() end end game.Players.PlayerAdded:connect(Connect) |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 07 Apr 2013 10:36 AM |
| Just make a small room, But a killing VIP door. |
|
|
| Report Abuse |
|
|
| |
|