Advertisement
Chxp

CFrame

Aug 5th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for x = 1,15 do
  2. water.CFrame = water.CFrame + Vector3.new(0,0.1,0)
  3. wait(0.1)
  4. end
  5.  
  6. for x = 1,15 do
  7. water.CFrame = water.CFrame + Vector3.new(0,-0.1,0)
  8. wait(0.1)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement