Need help with controlling player

I want make a water part (not water terrain). But IDK where I should start making that script - on client or on server?
Can someone help me with this problem?

I’m confused about what you’re trying to do.

What will the script do?

Default roblox terrain have Water. I’m want make something like it, but instead of terrain I want use part, but IDK, from which type of script should be run for controlling player swimming - local or server?

Definitely local.

Using server-sided scripts will cause delay as the player makes inputs.

1 Like

A server script(RemoteEvent), probably

Are you saying that you want a part in which a player can swim in?

1 Like

yes. Char limit…

here this might help you

1 Like