Cosmoaxis
(Cosmoaxis)
August 11, 2020, 2:03pm
#1
Hello! I am trying to make a statue of a player do a hype dance in the middle of the map. I know how to make the statue do a dance, but I am not sure how I can make it do the original roblox hype dance. I have tried making my own, but I can’t replicate it. I have seen this in many other games, where they have a statue of a player doing the roblox hype dance. Please help!
Thanks if you are a quick reply!
1 Like
Here you go, I use BTR settings to be able to see the explorer properties of items. Hype Dance - Roblox
1 Like
As what @TheDragonSlayer5481 said, use the Chrome Extension: BT Roblox. You are able to view the source of the animation and copy the ID.
https://www.roblox.com/library/3695333486/Hype-Dance
1 Like
Cosmoaxis
(Cosmoaxis)
August 11, 2020, 2:18pm
#4
@Discgolftaco231 and @TheDragonSlayer5481 I have already tried this! It just doesn’t seem to load the animation onto the character.
1 Like
Are you running any kind of script?
You cannot run a LocalScript in Workspace
It is supposed to be
"animation variable":Play()
Cosmoaxis
(Cosmoaxis)
August 11, 2020, 2:21pm
#7
This is the script inside the dummy:
track = script.Parent.Humanoid:LoadAnimation(“http://www.roblox.com/asset/?id=3696757129 ”)
track:Play()
wait(6.5)
track:Stop()
I also tried replacing the web link with “rbxassetid://” but still no luck.
you are supposed to do this:
rbxassetid://3696757129
not the whole link in the brackets!
1 Like
Put a while true do loop in it.
The animation is probably playing before you can see it
(Before you load in)
Cosmoaxis
(Cosmoaxis)
August 11, 2020, 2:27pm
#10
I messed something up in the animation
Thanks for trying to help anyway @Discgolftaco231 and @TheDragonSlayer5481
2 Likes