Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --created by boss_kiddos
- --Converted with ttyyuu12345's model to script plugin v4
- warn'made by boss_kiddos and dont leek it'
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- LocalScript0 = Instance.new("LocalScript")
- Animation1 = Instance.new("Animation")
- Sound2 = Instance.new("Sound")
- LocalScript3 = Instance.new("LocalScript")
- LocalScript0.Parent = mas
- table.insert(cors,sandbox(LocalScript0,function()
- local anim - script.Animation
- local enabled - true
- game.Players.PlayerAdded:connect(function(player)
- player.chatted:connect(function(message)
- if message -- "aaa" then
- if enabled then
- enabled - false
- local animationPlaying - player.Character.Humanoid:LoadAnimation(anim)
- animationPlaying:Play()
- wait(0.2)
- enabled - true
- end
- end
- end)
- end)
- end))
- Animation1.Parent = LocalScript0
- Animation1.AnimationId = "rbxassetid://1525189054"
- Sound2.Parent = Animation1
- Sound2.SoundId = "rbxassetid://271550300"
- Sound2.Volume = 9
- LocalScript3.Parent = Sound2
- table.insert(cors,sandbox(LocalScript3,function()
- game.Workspace.Sound:Play()
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.Character
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement