Quick actions

cmd+k|ctrl+k

Navigation

Languages

monstermash_vsb

Snippet info

Language

Lua

Visibility

public

Author

zen

Created

2024-01-01T22:13:17.757675Z

Updated

2024-01-01T22:17:10.442545Z

script.Parent = owner.Character

local runService = game:GetService("RunService")
local tweenService = game:GetService("TweenService")

local character: Model = owner.Character or owner.CharacterAdded:Wait()

local humanoid: Humanoid = character:WaitForChild("Humanoid")
local animator: Animator = humanoid:WaitForChild("Animator")

local KSP = loadstring(game:GetService("HttpService"):GetAsync("https://glot.io/snippets/gs2b7nwhij/raw/main.lua"))()

local animator = KSP.newAnimator(character)

local animation = require(15838319169)

print(animation)

--local sound = Instance.new("Sound")
--sound.SoundId = "http://www.roblox.com/asset/?id=35930009"
--sound.Parent = humanoid.RootPart
--sound.Looped = true
--sound:Play()

--local track = animator:LoadAnimation(animation)
--track.Looped = true
--track:Play()
INFO