Mad City Script | SNOW + SPAWN CARS ON WATER

Created by iFergggg 

Features:

  • SNOW SCRIPT
game:GetService("Workspace").Variables.Raining.Value = true
  • SPAWN CARS ON THE WATER
    • DRIVE AND WALK ON WATER
for k,v in pairs(game:GetService("Workspace").Water:GetChildren()) do
   v.CanCollide = true
   v.Anchored = true
   v.Material = "Ice"
   v:Clone().Parent = v.Parent
   v:Destroy()
end

for i , v in pairs (game:GetService("Workspace"):GetDescendants()) do
    if v.Name == "Ocean" then
        v.Name = "NotWater"
    end
end
local newfolder = Instance.new("Folder")
newfolder.Name = "Water"
newfolder.Parent = game:GetService("Workspace")
wait(0.1)
game:GetService("Workspace").Water.Name = "NotWaterBruh"

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS