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

How do I make a brick with no gravity? [closed]

Asked by 9 years ago

This question already has an answer here:

Anti Gravity cart?

I need a script or a idea of how to make a brick have no gravity anyone can help?

Marked as Duplicate by Tesouro, fireboltofdeath, and BlueTaslem

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

1 answer

Log in to vote
1
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
9 years ago

This is not really a scripting question. However, you can do this by editing the force property of a BodyForce.

Of course, you CAN do this with scripting, if you want.

local bf = Instance.new("BodyForce",workspace.Part)
bf.force = Vector3.new(0,100,0) --Makes the brick fly up (if it's a small enough brick)
0
well yeah but I wanna make it when like another brick touches it it would be like anti gravity like in mario kart 8 bryanminecraftguy 0 — 9y
0
I don't have mario kart 8. What is it that you want? Perci1 4988 — 9y
Ad