I have a Group Game Which is a Railway Game, I Want to be Able to Remove All Restrictions so People Who just Want to Drive and Play Don’t Have to Join the Group To Do So and Can Support the Group in The Process.
Would This Be Possible?
I’m Currently Thinking On my Group Games about User Experience And How They Would Find Other Ways To Enjoy The Game.
If There is any Advice On Something Like This It Would be Very Helpful. 
I’m confused. Are you saying users who aren’t in your group can’t join? What type of restrictions do they have? I need more info.
Players, Who Aren’t In The Group Can’t Take Part In Activities Such as Driving. I’m Wishing for Players To be Able to Play on a VIP server Without these Group Restrictions
I’m confused (again). That has to be coded by someone. Did you make those restrictions?
I have a Developer Who Created a Team Channing Script that Restricts Non-Group members From Being in Those Teams. I’m Hoping to have it So When Players Have a VIP Server Those Restrictions are Lifted
Oh! You need to make an if
statement to check if it is a vip server,something like this:
if game.PrivateServerId == "" then
-- do restrictions
else
--dont do restrictions
end
Also, shouldn’t the developer know how to do this?
Edit: Got this from the wiki
I Asked Him and He Didn’t Give me a Response, Anyway I will Talk To Him About It Using this as Refrence, Thanks For The Help 