of     1   

JJBerkeleyFoRce
#140824504Saturday, July 19, 2014 5:51 AM GMT

Hello I have this Server Information/Player Information Guide. Everything is working perfectly except when it says if you're OBC. TBC, BC or. NBC it just says "?" Plr = game:GetService("Players").LocalPlayer if Plr.MembershipType == "OutrageousBuildersClub" then script.Parent.Text = "Outrageous" elseif Plr.MembershipType == "TurboBuildersClub" then script.Parent.Text = "Turbo" elseif Plr.MembershipType == "BuildersClub" then script.Parent.Text = "Yes" else script.Parent.Text = "No" end That's the current script can someone help me?
128GB
#140824759Saturday, July 19, 2014 5:54 AM GMT

BuildIntoGames
#140824851Saturday, July 19, 2014 5:56 AM GMT

too many elseif Just do seperate if statements.
128GB
#140825234Saturday, July 19, 2014 6:02 AM GMT

'too many elseif Just do seperate if statements.' That would be very inefficient.
JJBerkeleyFoRce
#140854709Saturday, July 19, 2014 4:59 PM GMT

I tried what you told me but I still seem to have problems. Can this be fixed or no?
128GB
#140902285Sunday, July 20, 2014 1:31 AM GMT

Is it a local script?
PalmToFace
#140903059Sunday, July 20, 2014 1:39 AM GMT

yews enums an evn getn da membrshep tipe is rbxlckd
JJBerkeleyFoRce
#140933501Sunday, July 20, 2014 7:48 AM GMT

Yes this is a local script.
128GB
#140948952Sunday, July 20, 2014 2:21 PM GMT

Maybe it doesn't work in local scripts I also noticed its in "fixme" on the wiki http://wiki.roblox.com/index.php?title=MembershipType_(Property)

    of     1