Posted
Script im trying to use:
local AnimationId = "33796059"
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://"..AnimationId
local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
k:Play() --Play the animation
k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
how to make it last on every player on whole server? (and fyi yes this script works on Hilton Hotels)
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post