RealGoodDan

Generation

code to explanationFri, 21 Jul 2023

script.Parent.MouseButton1Click:Connect(function() while true do hax = Instance.new("Part", game.Workspace) hax.Position = Vector3.new(math.random(-1000,1000),300,math.random(-1000,1000)) hax.Size = Vector3.new(5,0.5,5) hax.BrickColor = BrickColor.new("124, 92, 70") hax.TopSurface = "Smooth" hax.BottomSurface = "Smooth" hax.Anchored = false haxemit = Instance.new("ParticleEmitter", hax) haxemit.Texture = "rbxassetid://1273599837" decal = Instance.new("Decal", hax) decal.Face = "Top" decal.Texture = "rbxassetid://1273599837" wait() end end)

makes a bunch of rocks rain from the sky

Want to kickstart your project?Use the new AI Studio to create your code