Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help With Badge Script?

Asked by
Scootakip 299 Moderation Voter
8 years ago
while true do
    local p = game.Players.LocalPlayer
    wait(10)
    if game:GetService("BadgeService"):UserHasBadge(p.userId,427092796) then
        script.Parent.Image = "http://www.roblox.com/asset/?id=427083674"
        print("Badge")
    else
        script.Parent.Image = "rbxassetid://427084069"
        print("No Badge")
    end
end

This script wont do anything. No error, no printing... nothing

Help please?

0
Is the script local or a regular one? Warfaresh0t 414 — 8y
0
Regular Scootakip 299 — 8y

Answer this question