Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- BOOM BOOM BOOM BOOM --
- -- I WANT U IN MEH ROOM --
- -- SO WE CAN BE TOGETHER --
- -- Created by CrastificeDude612 (T-pose meme)
- local player = "CrastificeDude612"
- local plr = game:GetService("Players"):WaitForChild(player)
- local char = plr.Character
- local weld = Instance.new("Weld",char)
- weld.Part0 = char["Torso"]
- weld.Part1 = char["Left Arm"]
- weld.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- weld.C1 = CFrame.new(0.5, 2, 0, -4.37113883e-08, -1, -0, 0.999999881, -4.37113847e-08, 0, 0, 0, 0.99999994)
- local weld1 = Instance.new("Weld",char)
- weld1.Part0 = char["Torso"]
- weld1.Part1 = char["Right Arm"]
- weld1.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- weld1.C1 = CFrame.new(-0.5, 2, 0, 1.19248806e-08, 1, 0, -0.999999881, 1.19248789e-08, 0, 0, 0, 1)
- local sound = Instance.new("Sound",char.Torso)
- sound.Name = "BOOM BOOM BOOM BOOM"
- sound.SoundId = "rbxassetid://2185454745"
- sound.Volume = 99999999999999999999
- sound.Looped = true
- sound:Play()
- while true do
- wait(0.2)
- char.Humanoid.HipHeight = -0.5
- wait(0.2)
- char.Humanoid.HipHeight = 0
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement