| |
|
| |
|
|
| 06 Feb 2012 05:25 PM |
Suree , but everyone can TK, regen spam, etc.
† KMXD † |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Feb 2012 05:32 PM |
You can't check to see if a player is not in any groups, so i don't think that NBC method would work all to well...
~I script Awesome sauce to go with my spaghetti code |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Feb 2012 05:39 PM |
Who's insane enough to "put all the groups in ROBLOX"? Honestly, let guests in.
† KMXD † |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Feb 2012 05:54 PM |
That would not work. Assuming you handle all of the group not found errors, it would still lag a ton. also, the mods would probobly still count it as a no-guest script |
|
|
| Report Abuse |
|
|
|
| 06 Feb 2012 05:54 PM |
| Or if your smart enough (which I think you aren't, no offence, my opinion) you could make a door that does not allow the string "Guest". Thats not auto :P |
|
|
| Report Abuse |
|
|
|
| 06 Feb 2012 06:18 PM |
yus!
local allow = false for i = 1,555555 do wait() pcall(function if TehPlayer:IsInGroup(i) then allow = true break end end) end
if allow == true then print("Your in a group, but you sure sat there for a long time") end else print("where is your life?!?!!??") end
~I script Awesome sauce to go with my spaghetti code |
|
|
| Report Abuse |
|
|