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 |