Roblox Live Updating Statue - Source Code

Here is the source code:

local Players = game:GetService("Players")
local Statue = game.Workspace.Updating_Status.Statue




local ID = Players:GetUserIdFromNameAsync("Delighted_Snowman") --or remove this and put user id


local Appearance = Players:GetHumanoidDescriptionFromUserId(ID)
Statue.Humanoid:ApplyDescription(Appearance)






**Make sure to follow the tutorial to avoid unknown errors! **

This topic was automatically closed 1 minute after the last reply. New replies are no longer allowed.