Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make character swim without water?

Asked by
Mokiros 135
8 years ago

I want to make character to swim without water, and i tried to do like that:

Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)

But it wouldn't work, even with a loop.

How exactly can i make character/humanoid swim?

0
So you basically want them to swim in the air? Yeah, that is probably only usable on water terrain. Marios2 360 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

I do not know if this works as it was on the wiki site for roblox. But you can always test this

In a local script put:

while wait() do
game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
end
0
Please up my respect things if you feel that this answer helped you! disassembling 48 — 8y
0
There is an exploit out that allows the user to swim without water terrain, Theirfor it's possible alphawolvess 1784 — 8y
Ad

Answer this question