Open in the app to sign in, vote and reply

Suggestions · Considering

:tempRank cmd

· · 5 votes · 2 comments · imported from Discord · marked considering by Team on 2026-09-23

A command where you can make someone the rank you want for a limited amount of time and when that passes, you get unranked (heres a drawing for this)

Comments

Team ·

Hey, Bill! This option has been added into the API, however a command has still not been implemented. I still wanted to give a fair update to this change.

local hd = game:GetService("ReplicatedStorage"):WaitForChild("HD Admin")
local ServerAPI = require(hd.Core.ServerAPI)
ServerAPI.giveRoleAsync(player, "Mod", {
    scope = "expire",
    duration = 3600, -- An hour until the role passes.
})

Team ·

Nice idea! like mila mentioned above, it's actually possible internally via the API, although it's something we haven't supported on the surface yet. will look at creating a ;GiveTempRole command like this for the future. Thanks for your suggestion