Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do you make the water in fountains?

Asked by 10 years ago

I seen fountains in many houses and stuff, some with moving water balls and others with a moving stream. How do you do this?

3 answers

Log in to vote
0
Answered by 10 years ago

Just Instance.new some parts and modify them to your liking.

0
Okay, thanks. I'll try doing this, even though I never scripted before. Alyssall 0 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

For the stream, you could use a while loop to just rotate a part using CFrame

Log in to vote
0
Answered by 6 years ago

Use Instance.new and clone:() For instance.new,you want the part the be a sphere then clone it. if you want it to go on,then use while true do at the start

Answer this question