{{
`${userDetail.user.displayName}${userDetail.user.cachedBungieGlobalDisplayNameCode ? `#${standardizeBungieGlobalCode(userDetail.user.cachedBungieGlobalDisplayNameCode)}` : ""}`}}
{{getUserClans()}}
JavaScript is required to use Bungie.net
-- Function to make a character invisible local function makeInvisible(character) if character then for _, part in pairs(character:GetDescendants()) do if part:IsA("BasePart") then part.Transparency = 1 -- Makes the part invisible part.CanCollide = false -- Optional, prevents the part from colliding with other objects end end end end
Your role as a moderator enables you immediately ban this user from messaging (bypassing the report queue) if you select a punishment.