#making dummy load avatar

22 messages · Page 1 of 1 (latest)

native dragon
#

@elfin obsidian

#

js made this for you

elfin obsidian
#

Where do I put the dummy script idk that much about scripting

native dragon
#

the script is in there

#

do you want it to happen at a certain time? bc that is just for when they use the prox prompt

elfin obsidian
#

i was trying to do something like this game that shows each person avatar in their loading screen https://www.roblox.com/games/12826178482/GODS-WILL

Roblox

Check out GODS WILL. It’s one of the millions of unique, user-generated 3D experiences created on Roblox. you can play on any device. (CONSOLE, PC, MOBILE)

please like it helps alot!!!

this game is CHALLENGING...

inspired by the movie/manga "as the gods will"

premium users get a cool cosmetic (equip under cosmetics while in main game)

GOD'S...

native dragon
#

i see

#

so just put the script in ServerScriptService and just change the proximity prompt fuctions to player added

elfin obsidian
#

Alright

#

One thing how do I change the function?

native dragon
#

Players.PlayerAdded:Connect(function(plr)

    local npc = workspace:WaitForChild("R15 Dummy")
    local newHumanoidDescription = Players:GetHumanoidDescriptionFromUserId(plr.UserId)
    npc.Humanoid:ApplyDescription(newHumanoidDescription)

end)
#

make sure to learn from this

#

dont just copy yk

elfin obsidian
#

thats what ive been trying to do i watched 10 yt tuts nothing helps

native dragon
#

👍

elfin obsidian
native dragon
#

alr

elfin obsidian
#

yeah it worked now i just need to figure out how to make it client sided

#

thanks

native dragon
#

ye im not sure about that but good luck