#``hum:ApplyDescription()`` on Client Side?
11 messages · Page 1 of 1 (latest)
@vital nebula
This is on a localscript?
wait
i misread the post
ok
i think ur supposed to create the humanoid with a localscript @vital nebula
u need to it on server
like when player added/character added
to apply it
Developer Forum | Roblox
Hello, Ive been stuck on this issue for quite some time game.ReplicatedStorage.RemoteFunction.OnServerInvoke = function(plr) plrchar = plr.Character.Humanoid:GetAppliedDescription() return plrchar end --server game.ReplicatedStorage.RemoteFunction.OnServerInvoke = function(plr) plrchar = plr.Character.Humanoid:GetAppliedDescription() retur...