Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("stalin stalin")
- wait(0.4)
- print("vodka vodka")
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Part0 = Instance.new("Part")
- SpecialMesh1 = Instance.new("SpecialMesh")
- Sound2 = Instance.new("Sound")
- BillboardGui3 = Instance.new("BillboardGui")
- TextLabel4 = Instance.new("TextLabel")
- Part0.Name = "Handle"
- Part0.Parent = mas
- Part0.CanCollide = false
- Part0.Size = Vector3.new(4, 1.50999963, 2)
- Part0.CFrame = CFrame.new(-16.6499996, 1.00102913, -80.1699982, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part0.BottomSurface = Enum.SurfaceType.Smooth
- Part0.TopSurface = Enum.SurfaceType.Smooth
- Part0.Position = Vector3.new(-16.6499996, 1.00102913, -80.1699982)
- SpecialMesh1.Parent = Part0
- SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=212302951 "
- SpecialMesh1.Scale = Vector3.new(4, 4, 4)
- SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=212303049 "
- SpecialMesh1.MeshType = Enum.MeshType.FileMesh
- SpecialMesh1.Scale = Vector3.new(4, 4, 4)
- Sound2.Parent = Part0
- Sound2.SoundId = "rbxassetid://363241881" -- edit this ID if u want to make another music
- Sound2.Volume = 1
- Sound2.Looped = true
- BillboardGui3.Parent = Part0
- BillboardGui3.Size = UDim2.new(0, 200, 0, 50)
- TextLabel4.Parent = BillboardGui3
- TextLabel4.Transparency = 1
- TextLabel4.Size = UDim2.new(0, 200, 0, 50)
- TextLabel4.Text = "COMMUNIST PARTEH!!!" -- edit this "Communist parteh!!!" to make own text
- TextLabel4.Position = UDim2.new(0, 0, 0, -49)
- TextLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel4.BackgroundTransparency = 1
- TextLabel4.Font = Enum.Font.Arcade
- TextLabel4.FontSize = Enum.FontSize.Size24
- TextLabel4.TextColor3 = Color3.new(1, 0, 0.0156863)
- TextLabel4.TextWrapped = true
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- 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