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

I am not understanding this with custom shutdowns, and badge names / descriptions?

Asked by 8 years ago

Well, I am not really requesting I am just asking where I should start to learn this step where I should go on the wiki, etc.. So what I've seen games doing this, but I do not understand how they gather that data to change it into something new. I've been seeing like Custom shutdown names, custom badge names like Epik Face, and it has a custom description to it. Would it be like this?

local datab = game:GetService("BadgeService"):AwardBadge(game.Players.LocalPlayer.userId, 1234)

script.Parent.MouseButton1Down:connect(function()
    datab.Name = "Test"
    datab.Description = "asfasfasf"
end)

    --[[
    Really
    Not
    Understanding
    This
    ......................... 
    --]]
end)
0
Custom shutdown names, you're probably seeing the new optional string property for the Kick method. As for the badge things, I'm not sure what you are talking about, those can be edited in configuration on the ROBLOX Site. M39a9am3R 3210 — 8y

Answer this question