
How to script own water (Swimming animation must work
Oct 30, 2019 · I’m building an underwater map for my game but I don’t want to use terrain water. So I will ask how can I script my own water from a normal blue part? The Roblox character’s …
How do I disable swimming state? - Scripting Support - Roblox
Mar 16, 2023 · I have this code in serverscriptservice, but doesn’t seem to disable swimming state for my character. local function onCharacterAdded(character) -- get the humanoid from the …
How to make swimmable part - Scripting Support - Developer …
Jan 17, 2021 · Hello, I want the exact same behaviour you’d have whilst in terrain water when inside a part, I got the logic for detecting if you’re in the part figured out, i just want to know …
Swimmable Water Part - Scripting Support - Developer Forum
Jun 1, 2019 · In that case there is no specifically designed part in which you can “swim through” With Roblox you can use the default water terrain however that is all Roblox provides. The rest …
Making a custom swimming system - Scripting Support - Roblox
Feb 11, 2023 · Hi, I would like to make my own custom swimming system for my 3D platformer typed game. I have looked into a few examples and the one I wish to replicate the most was …
Help with custom swimming script - Scripting Support - Roblox
Apr 24, 2021 · So I wanted to make a roblox game about water, and it had custom characters. Whenever The player swam, the character would just tilt, I saw that there was no way to …
How to disable swimming for character - Roblox
Sep 18, 2024 · I want to make it so that the character can walk around in water but not be affected by it, just for a visual effect. I have tried setting the humanoid’s swimming state to not …
How to prevent players from swimming vertically? - Roblox
Aug 15, 2023 · I have a script that turns all parts named “Water” into swimmable areas like terrain water, but I want to prevent players from being able to swim up or down, so that they will …
Terrain water script that takes away player health - Roblox
Nov 29, 2019 · I’m trying to make the terrain water in my game take away player health. The problem is that when the player gets into the water it takes away 1/100 health and stops. It …
HumanoidChangeState(Swimming) - Scripting Support - Roblox
Jun 3, 2023 · Roblox says changing the state to water will make the player automatically get up, what do I do? I just want the player to swim in a blo… I want the player to change the …
- Some results have been removed