of     1   

FoxPhreek
#63495047Sunday, February 26, 2012 8:09 PM GMT

AssetID = ("57794225") p = script.Parent.Parent.Parent while true do wait() if game:GetService("BadgeService"):UserHasBadge(p.userId, AssetID) == nil then script.Parent.Parent.ShopGui.Main.Scriptz.Disabled = false script.Parent.Main.Scripta.Disabled = true elseif game:GetService("BadgeService"):UserHasBadge(p.userId, AssetID) then script.Parent.Parent.ShopGui.Main.Scriptz.Disabled = false script.Parent.Main.Scriptz.Disabled = true end end
Everesty
#63495269Sunday, February 26, 2012 8:13 PM GMT

Maybe cause your spamming threads? Whats the output? No output? put prints and find out when it stops. `*\~-{ Are we there yet T.T? }-~/*`
FoxPhreek
#63495332Sunday, February 26, 2012 8:14 PM GMT

No output... Just shows the regular shop and not the vip from owning the shirt...
Everesty
#63495466Sunday, February 26, 2012 8:16 PM GMT

Are you using solo mode? if so then "Player" doesnt own it so you need to check in public mode. `*\~-{ Are we there yet T.T? }-~/*`
FoxPhreek
#63495649Sunday, February 26, 2012 8:19 PM GMT

Online mode with ROBLOX's error finder...
FoxPhreek
#63520903Monday, February 27, 2012 2:45 AM GMT

le Bump of help?
FoxPhreek
#63546777Monday, February 27, 2012 10:23 PM GMT

>:U
Swordphin123
#63546908Monday, February 27, 2012 10:25 PM GMT

"script.Parent.Main.Scripta.Disabled = true" "script.Parent.Main.Scriptz.Disabled = true" On the end of each if conditions, the "Script" has two different lettering. Would that be the case?
epicfail22
#63547556Monday, February 27, 2012 10:37 PM GMT

Try making 'AssetID' a number instead of a string. Or use tonumber(AssetID).

    of     1