Advertisement
DaOMEGAa32

my virson of toad roast

Jun 25th, 2019
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 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. Model1 = Instance.new("Model")
  27. Part2 = Instance.new("Part")
  28. Script3 = Instance.new("Script")
  29. SpecialMesh4 = Instance.new("SpecialMesh")
  30. Script5 = Instance.new("Script")
  31. Sound6 = Instance.new("Sound")
  32. Camera0.Parent = mas
  33. Camera0.CFrame = CFrame.new(16.0557499, 16.994833, 20.0757217, 0.995227814, -0.0262419377, 0.0939846858, -0, 0.963160157, 0.268928766, -0.097579509, -0.267645389, 0.958563626)
  34. Camera0.CoordinateFrame = CFrame.new(16.0557499, 16.994833, 20.0757217, 0.995227814, -0.0262419377, 0.0939846858, -0, 0.963160157, 0.268928766, -0.097579509, -0.267645389, 0.958563626)
  35. Camera0.Focus = CFrame.new(15.9617653, 16.7259045, 19.1171589, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  36. Camera0.focus = CFrame.new(15.9617653, 16.7259045, 19.1171589, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  37. Model1.Name = "VTabs"
  38. Model1.Parent = mas
  39. Part2.Name = "Drop"
  40. Part2.Parent = mas
  41. Part2.CFrame = CFrame.new(25.3999939, 4.81999969, -121.100006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  42. Part2.Position = Vector3.new(25.3999939, 4.81999969, -121.100006)
  43. Part2.Color = Color3.new(0, 0, 1)
  44. Part2.Size = Vector3.new(1, 1, 1)
  45. Part2.BrickColor = BrickColor.new("Really blue")
  46. Part2.CanCollide = false
  47. Part2.Reflectance = 0.40000000596046
  48. Part2.brickColor = BrickColor.new("Really blue")
  49. Part2.Shape = Enum.PartType.Ball
  50. Script3.Parent = Part2
  51. table.insert(cors,sandbox(Script3,function()
  52. while true do
  53. wait(0.1)
  54. droplet = game.Workspace.Drop:clone()
  55. droplet.Parent = game.Workspace
  56. droplet.Anchored = false
  57. droplet.Position = Vector3.new(math.random(-359,359), 100, math.random(-359,359))
  58. end
  59.  
  60. end))
  61. SpecialMesh4.Parent = Part2
  62. SpecialMesh4.MeshId = "rbxassetid://1009824073"
  63. SpecialMesh4.TextureId = "rbxassetid://1009824086"
  64. SpecialMesh4.MeshType = Enum.MeshType.FileMesh
  65. Script5.Parent = mas
  66. table.insert(cors,sandbox(Script5,function()
  67. s = Instance.new("Sky")
  68. s.Parent = game.Lighting
  69. s.Name = "toad"
  70. s.SkyboxDn = "http://www.roblox.com/asset/?id=201208408"
  71. s.SkyboxUp = "http://www.roblox.com/asset/?id=201208408"
  72. while true do
  73. wait()
  74. s.SkyboxBk = "http://www.roblox.com/asset/?id=201208408"--1
  75. s.SkyboxFt = "http://www.roblox.com/asset/?id=201208408"
  76. s.SkyboxLf = "http://www.roblox.com/asset/?id=201208408"
  77. s.SkyboxRt = "http://www.roblox.com/asset/?id=201208408"
  78. end
  79.  
  80. --------------------------------------------------------------------------Im finishing here
  81.  
  82.  
  83. end))
  84. Sound6.Parent = mas
  85. Sound6.Looped = true
  86. Sound6.Playing = true
  87. Sound6.SoundId = "rbxassetid://141509625"
  88. Sound6.Volume = 1
  89. for i,v in pairs(mas:GetChildren()) do
  90. v.Parent = workspace
  91. pcall(function() v:MakeJoints() end)
  92. end
  93. mas:Destroy()
  94. for i,v in pairs(cors) do
  95. spawn(function()
  96. pcall(v)
  97. end)
  98. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement