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

Push self from ground float in air type game?

Asked by 5 years ago

A game where you can push yourself up and then float there (in heaven)

How does my person do it, I've seen my person do it before in other games.

0
hipheight?? HappyTimIsHim 652 — 5y
0
Go super high and touch clouds and don't come back! ipv6hack_injector101 12 — 5y
0
What are you asking here? Link to a game? To get a part to float you could use a BodyMover. xPolarium 1388 — 5y
0
u sound like a bacon hair person TheluaBanana 946 — 5y
0
but ok TheluaBanana 946 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

there are two ways to answer this astronomically challenging question; few actually understand such complicated and experienced scripting:

wait(1)

local bodyforce = Instance.new("BodyForce", script.Parent.HumanoidRootPart)
bodyforce.Force = Vector3.new(0,1000000,0)

its 3 lines! how challenging! congrats if u understand!

that was the code to go to heaven but not go back to earth: place in StarterCharacterScripts

wait(1)

script.Parent.Humanoid.HipHeight = 10

its also 3 lines! how challenging! congrats if u understand!

that was the code to go to not go to heaven but not go back to earth: place in StarterCharacterScripts

0
It's glorious like my girlfriend too bad she isn't into scripting otherwise she'd be happy but I am making a game for her like MeepCity :D ipv6hack_injector101 12 — 5y
Ad

Answer this question