Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lol = Instance.new("Model",game.Workspace)
- lol.Name = "FREE ROBUX"
- local lol2 = Instance.new("Part",lol)
- lol2.Name = "Head"
- lol2.BrickColor = BrickColor.new("Camo")
- lol2.Position = Vector3.new(-44.4, 2.1, -9.6)
- lol2.Size = Vector3.new(5, 1.2, 5)
- local lol3 = Instance.new("CylinderMesh",lol2)
- lol3.Scale = Vector3.new(0.75, 1, 0.75)
- local lol4 = Instance.new("Part",lol)
- lol4.Position = Vector3.new(-44.4, 2.1, -9.6)
- lol4.Size = Vector3.new(-44.4, 0.9, -9.6)
- local lol5 = Instance.new("CylinderMesh",lol2)
- lol5.Scale = Vector3.new(1, 1, 1)
- script.Parent = lol
- local lol6 = Instance.new("Humanoid",lol)
- lol6.Health = 0
- lol6.MaxHeath = 0
- local workspace = game.Workspace
- function check(object)
- if object.className == "Model" and object:findFirstChild("Humanoid") == nil then
- for i, v in ipairs(object:getChildren()) do
- check(v)
- wait()
- end
- end
- if object:IsA("Part") then
- local soundclone = s:Clone()
- soundclone.SoundId = sounds[math.random(1, 2)]
- game:GetService("Debris"):AddItem(object, 300)
- soundclone.Pitch = math.random(9, 12)/10
- soundclone.Parent = object
- delay(0.1, function() soundclone:Play() end)
- delay(0, function()
- for i = 1, 15*1.5 do
- local e = Instance.new("Explosion")
- e.Parent = workspace
- e.BlastPressure = 1e4*object:getMass()
- e.Position = object.Position
- object.Anchored = false
- object:BreakJoints()
- wait(1.5)
- end
- end)
- end
- end
- local deb = true
- script.Parent.Touched:connect(function(hit)
- if not deb then return end
- deb = false
- --ONOES:Play()
- script.Parent.Parent.Name = ""
- local c = script.Parent.CFrame
- for i = 0, 1, 0.05 do
- script.Parent.CFrame = c - Vector3.new(0, i, 0)
- wait()
- end
- local m = Instance.new("Message")
- m.Text = "Look at your Robux"
- m.Parent = workspace
- local color = game.Lighting.Ambient
- delay(0, function()
- while true do
- game.Lighting.Brightness = 1
- game.Lighting.Ambient = Color3.new(0, 100, 0)
- game.Lighting.ColorShift_Top = Color3.new(0, 1, 0)
- game.Lighting.ColorShift_Bottom = Color3.new(0, 1, 0)
- wait(1)
- game.Lighting.Brightness = 1
- game.Lighting.Ambient = color
- game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
- game.Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
- wait(1)
- end
- end)
- wait(5)
- m:remove()
- script.Parent.Parent.Name = ""
- for i, v in ipairs(workspace:getChildren()) do
- check(v)
- wait()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement