Skip to content

Instantly share code, notes, and snippets.

View Hungthinguyen1811-ui's full-sized avatar

Hungthinguyen1811-ui

  • Joined Nov 2, 2025
View GitHub Profile
-- LocalScript (StarterPlayerScripts)
local Players = game:GetService("Players")
local player = Players.LocalPlayer
-- ID HumanoidDescription ví dụ (thay bằng ID bạn có quyền dùng)
-- Bạn có thể tạo HumanoidDescription server-side và lưu ID trong Module, DataStore, or RemoteEvent.
local exampleDescriptionAssetId = 0 -- nếu bạn có asset id của HumanoidDescription, else we'll build one
local function applyCustomDescription(character)
local humanoid = character:FindFirstChildOfClass("Humanoid")