Build A Boat For Treasure Script | WATER SPEED CHANGER

Created by Oooga Booga

Features:

  • WATER SPEED CHANGER
local watersped = 100 --  normal is 25
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:IsA("Part") and v.Name == ("Sand") then
v.Velocity = Vector3.new(0,0,watersped)
end
end

for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:IsA("Part") and v.Name == ("Water") then
v.Velocity = Vector3.new(0,0,watersped)
end
end

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS