Advertisement
Plug_RBLX

[LUA] soviet party 8-bit (not working)

Jan 1st, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.11 KB | None | 0 0
  1. print("stalin stalin")
  2. wait(0.4)
  3. print("vodka vodka")
  4. function sandbox(var,func)
  5.     local env = getfenv(func)
  6.     local newenv = setmetatable({},{
  7.         __index = function(self,k)
  8.             if k=="script" then
  9.                 return var
  10.             else
  11.                 return env[k]
  12.             end
  13.         end,
  14.     })
  15.     setfenv(func,newenv)
  16.     return func
  17. end
  18. cors = {}
  19. mas = Instance.new("Model",game:GetService("Lighting"))
  20. Part0 = Instance.new("Part")
  21. SpecialMesh1 = Instance.new("SpecialMesh")
  22. Sound2 = Instance.new("Sound")
  23. BillboardGui3 = Instance.new("BillboardGui")
  24. TextLabel4 = Instance.new("TextLabel")
  25. Part0.Name = "Handle"
  26. Part0.Parent = mas
  27. Part0.CanCollide = false
  28. Part0.Size = Vector3.new(4, 1.50999963, 2)
  29. Part0.CFrame = CFrame.new(-16.6499996, 1.00102913, -80.1699982, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  30. Part0.BottomSurface = Enum.SurfaceType.Smooth
  31. Part0.TopSurface = Enum.SurfaceType.Smooth
  32. Part0.Position = Vector3.new(-16.6499996, 1.00102913, -80.1699982)
  33. SpecialMesh1.Parent = Part0
  34. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=212302951  "
  35. SpecialMesh1.Scale = Vector3.new(4, 4, 4)
  36. SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=212303049  "
  37. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  38. SpecialMesh1.Scale = Vector3.new(4, 4, 4)
  39. Sound2.Parent = Part0
  40. Sound2.SoundId = "rbxassetid://363241881" -- edit this ID if u want to make another music
  41. Sound2.Volume = 1
  42. Sound2.Looped = true
  43. BillboardGui3.Parent = Part0
  44. BillboardGui3.Size = UDim2.new(0, 200, 0, 50)
  45. TextLabel4.Parent = BillboardGui3
  46. TextLabel4.Transparency = 1
  47. TextLabel4.Size = UDim2.new(0, 200, 0, 50)
  48. TextLabel4.Text = "COMMUNIST PARTEH!!!"  -- edit this "Communist parteh!!!" to make own text
  49. TextLabel4.Position = UDim2.new(0, 0, 0, -49)
  50. TextLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextLabel4.BackgroundTransparency = 1
  52. TextLabel4.Font = Enum.Font.Arcade
  53. TextLabel4.FontSize = Enum.FontSize.Size24
  54. TextLabel4.TextColor3 = Color3.new(1, 0, 0.0156863)
  55. TextLabel4.TextWrapped = true
  56. for i,v in pairs(mas:GetChildren()) do
  57.     v.Parent = workspace
  58.     pcall(function() v:MakeJoints() end)
  59. end
  60. mas:Destroy()
  61. for i,v in pairs(cors) do
  62.     spawn(function()
  63.         pcall(v)
  64.     end)
  65. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement