This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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") |