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()