of     1   

TheCardBoardLord
#171144736Friday, August 14, 2015 2:04 PM GMT

With ROBLOX search being what it is now, finding a script I need can be hard. I need a Group ID and Rank ID lock for Cars, So if anybody tries to drive with with our proper permissions, they'd be ejected or killed. I don't want to use a group door script, that opens and closes.. Blah blah. Please and Thank you.
[rfa#hidefromsearch]
#171146548Friday, August 14, 2015 2:27 PM GMT

[rfa#hidefromsearch]
TheCardBoardLord
#171147206Friday, August 14, 2015 2:35 PM GMT

Some people script funky, and That can break the script. I don't get why scripts have so many lines for such simple functions.
lokkut
#171150722Friday, August 14, 2015 3:20 PM GMT

Can you not just do it yourself? That's pretty simple stuff, most if it you can probably copy from the wiki
Syndir
#171150970Friday, August 14, 2015 3:23 PM GMT

Put this in the seat groupID = 0; --id here rankNum = 0; --rank number here if not game:GetService('GroupService'):PlayerIsRank(seat.Adornee, groupID, rankNum) then seat.Adornee.Humanoid.Health = 0 end
TheCardBoardLord
#171165264Friday, August 14, 2015 5:47 PM GMT

I'll try that.
[rfa#hidefromsearch]
#171176300Friday, August 14, 2015 7:25 PM GMT

[rfa#hidefromsearch]

    of     1