|
I need water that moves up and down, SLightly. |
|
|
Transparent blue, and Go through. |
|
mage11561Join Date: 2008-09-03 Post Count: 13217 |
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. |
|
|
I have no idea what that is...>.> |
|
mage11561Join Date: 2008-09-03 Post Count: 13217 |
that would be a SCRIPT
that you REQUESTED
be glad i did that, you aren't supposed to request stuff.... |
|
|
I have a copy of... decent... animated water.
▌†ηϨ▐ |
|
YeahNickJoin Date: 2009-02-28 Post Count: 2536 |
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 |
|
|
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 :) |
|
|
For the Cframe, Say i made it 26, How would that Affect it, Negativly, Or positvly? |
|
mage11561Join Date: 2008-09-03 Post Count: 13217 |
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. |
|
|
@Mage, you shouldn't help REQUESTERS. |
|
mage11561Join Date: 2008-09-03 Post Count: 13217 |
he asked a question that wasn't a request
it was legit |
|
|
Well, If we Didn't have Requesters, Where would Youi be right now? Didn't you fall Upon roblox from an add?
Bump That. |
|
|
@TheFake
That made no sense. At all. Whatsoever.
Actually, er, a little. Not much . . .
† KMXD † |
|
mage11561Join Date: 2008-09-03 Post Count: 13217 |
lol knightmare i was going to say that but i thought that me not replying would send the same message xP |
|
|
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... |
|