of     1   

thefakebob5573
#62435872Sunday, February 05, 2012 5:57 AM GMT

I need water that moves up and down, SLightly.
thefakebob5573
#62435893Sunday, February 05, 2012 5:57 AM GMT

Transparent blue, and Go through.
mage11561
#62435931Sunday, February 05, 2012 5:59 AM GMT

water = script.Parent water.Transparency = 0.5 water.CanCollide = false while true do wait(.1) water.Position = water.Position + Vector3.new(0,.25,0) wait(.1) water.Position = water.Position - Vector3.new(0,.25,0) end now stop requesting stuff and learn.
thefakebob5573
#62436042Sunday, February 05, 2012 6:02 AM GMT

I have no idea what that is...>.>
mage11561
#62436073Sunday, February 05, 2012 6:03 AM GMT

that would be a SCRIPT that you REQUESTED be glad i did that, you aren't supposed to request stuff....
TheNewScripter
#62436846Sunday, February 05, 2012 6:31 AM GMT

I have a copy of... decent... animated water. ▌†ηϨ▐
YeahNick
#62437778Sunday, February 05, 2012 7:00 AM GMT

I have a really cool idea on how to make water, but 150 tix is way to less. I have 150 tix multiplied by 28 or thirty. http://www.roblox.com/All-Hail-The-Wiki-item?id=71606791
LuisPambid
#62438950Sunday, February 05, 2012 7:55 AM GMT

Better Idea: for i=0,1,0.05 do wait() Water=script.Parent Water.Anchored=true Water.CanCollide=false Water.CFrame=Water.CFrame*CFrame.new(0,.25*i,0) end for i=1,0,-0.05 do wait() Water=script.Parent Water.Anchored=true Water.CanCollide=false Water.CFrame=Water.CFrame*CFrame.new(0,.25*i,0) end Makes the water slightly move :)
thefakebob5573
#62732849Sunday, February 12, 2012 2:10 AM GMT

For the Cframe, Say i made it 26, How would that Affect it, Negativly, Or positvly?
mage11561
#62732955Sunday, February 12, 2012 2:11 AM GMT

the water wouldn't move slightly it'd go from where it is, up to a height around 5 times the height of a robloxian.
RobloxNewb01
#62733388Sunday, February 12, 2012 2:18 AM GMT

@Mage, you shouldn't help REQUESTERS.
mage11561
#62733417Sunday, February 12, 2012 2:18 AM GMT

he asked a question that wasn't a request it was legit
thefakebob5573
#62735687Sunday, February 12, 2012 2:57 AM GMT

Well, If we Didn't have Requesters, Where would Youi be right now? Didn't you fall Upon roblox from an add? Bump That.
KnightmareXD
#62737414Sunday, February 12, 2012 3:27 AM GMT

@TheFake That made no sense. At all. Whatsoever. Actually, er, a little. Not much . . . † KMXD †
mage11561
#62737530Sunday, February 12, 2012 3:29 AM GMT

lol knightmare i was going to say that but i thought that me not replying would send the same message xP
eXoguti097
#62742340Sunday, February 12, 2012 5:00 AM GMT

And why exactly cant someone ask for request? I've done a lot of request of simple scripts here before (and maybe 2 or 3 kinda more complicated scripts) but of course were not gonna make a script for someone that's either really complicated or will take a while, if its simple enough, I'd do it.... I really do hate people being like (Shut up, no requests) if it's a simple script either your lazy or your not that good of a scripter...

    of     1