Advertisement
DaOMEGAa32

some random ronald script for void

Jun 6th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. local chil = workspace:GetChildren()
  20. for i,v in pairs(chil) do
  21. if not (v==script or v:IsA("Camera") or v:IsA("Terrain") or game:GetService("Players"):GetPlayerFromCharacter(v)~=nil) then
  22. v:Destroy()
  23. end
  24. end
  25. Camera0 = Instance.new("Camera")
  26. Part1 = Instance.new("Part")
  27. Model2 = Instance.new("Model")
  28. Script3 = Instance.new("Script")
  29. Sound4 = Instance.new("Sound")
  30. DistortionSoundEffect5 = Instance.new("DistortionSoundEffect")
  31. Camera0.Parent = mas
  32. Camera0.CFrame = CFrame.new(-14.3215952, 37.7742882, 45.1235237, 0.91068238, 0.125600412, -0.393550783, 7.4505806e-09, 0.952659965, 0.304038197, 0.413107365, -0.276882231, 0.867570519)
  33. Camera0.CoordinateFrame = CFrame.new(-14.3215952, 37.7742882, 45.1235237, 0.91068238, 0.125600412, -0.393550783, 7.4505806e-09, 0.952659965, 0.304038197, 0.413107365, -0.276882231, 0.867570519)
  34. Camera0.Focus = CFrame.new(-13.9280434, 37.4702492, 44.2559509, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  35. Camera0.focus = CFrame.new(-13.9280434, 37.4702492, 44.2559509, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  36. Part1.Name = "Baseplate"
  37. Part1.Parent = mas
  38. Part1.CFrame = CFrame.new(0, -10, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  39. Part1.Position = Vector3.new(0, -10, 0)
  40. Part1.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  41. Part1.Size = Vector3.new(512, 20, 512)
  42. Part1.Anchored = true
  43. Part1.BrickColor = BrickColor.new("Camo")
  44. Part1.Locked = true
  45. Part1.Material = Enum.Material.Grass
  46. Part1.brickColor = BrickColor.new("Camo")
  47. Part1.FormFactor = Enum.FormFactor.Symmetric
  48. Part1.formFactor = Enum.FormFactor.Symmetric
  49. Model2.Name = "VTabs"
  50. Model2.Parent = mas
  51. Script3.Parent = mas
  52. table.insert(cors,sandbox(Script3,function()
  53. for _,i in pairs(game:GetService("Players"):GetPlayers()) do
  54. i.CharacterAppearanceId = 631536324
  55. i:LoadCharacter()
  56. wait()
  57. i.Character.Humanoid.Health = 0
  58. wait()
  59. i.Character:Remove()
  60. wait()
  61. i:LoadCharacter()
  62. end
  63.  
  64. game.Players.PlayerAdded:Connect(function(Plr)
  65. Plr.CharacterAppearanceId = 631536324
  66. Plr:LoadCharacter()
  67. wait()
  68. Plr.Character.Humanoid.Health = 0
  69. wait()
  70. Plr.Character:Remove()
  71. wait()
  72. Plr:LoadCharacter()
  73. end)
  74. end))
  75. Sound4.Parent = mas
  76. Sound4.Looped = true
  77. Sound4.Playing = true
  78. Sound4.SoundId = "rbxassetid://230072374"
  79. Sound4.Volume = 1
  80. DistortionSoundEffect5.Parent = Sound4
  81. for i,v in pairs(mas:GetChildren()) do
  82. v.Parent = workspace
  83. pcall(function() v:MakeJoints() end)
  84. end
  85. mas:Destroy()
  86. for i,v in pairs(cors) do
  87. spawn(function()
  88. pcall(v)
  89. end)
  90. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement