About 9,420 results
Open links in new tab
  1. Simple Floating Module - Community Resources - Roblox

    Jun 28, 2024 · Hey everyone, I created a module that makes parts and tools float in part water. It’s highly customizable, you can enable waves for a floating effect and tweak many other settings.

  2. How to make Floating Parts (Roblox) - YouTube

    Sep 29, 2024 · In this video I quickly show you how to make floating parts in Roblox!

  3. Easy Floating Blocks Tutorial - Roblox Studio ️ #robloxstudio # ...

    Floating Blocks in 60 Seconds! ☁️ Want to make your Roblox game look more magical? Learn how to make any part float in just a few clicks!Open Roblox Studio ?...

  4. What is the most efficient way of making a part float a fixed ... - Roblox

    Jan 13, 2024 · Title says it all. I do NOT want to use BodyVelocity/AlignPosition or anything like that, just plain vector forces. Would also be good if the method did not involve the part’s velocity because it …

  5. How to make a touch to float part in Roblox Studio #roblox # ...

    Dec 7, 2024 · How to make a touch to float part in Roblox Studio How to make a touch to float part in Roblox Studio #roblox #robloxstudio #robloxstudiotutorial 70 Dislike

  6. Part floats towars player - Scripting Support - Developer Forum - Roblox

    May 10, 2023 · Is there a way to have a part float toward the player? I’m making a quest for a game where you need to collect something and i want it to float towards the player

  7. How can I make parts (such as a player, items, or the base of ... - Roblox

    Feb 26, 2024 · You can group multiple parts that you want in a model, choose a primary part for that model and make the primary part float in one script which affects the whole model

  8. What constraint should I use to make a part float? - Roblox

    Mar 24, 2022 · So your trying to align Y position right, set the goal position to a position with the correct Y position, and don’t care about X and Z. Then, set MaxForce of X and Z to 0, which will make the …

  9. How can I make a part float in the water? - Roblox

    Aug 22, 2022 · Tick the CustomPhysicalProperties box on the part and then change the “Density” property from there. Note that if you’re using a welded model instead you will need to do this for all …

  10. Floating Part in Roblox - CodePal

    Aug 24, 2023 · In this tutorial, you will learn how to make a part in Roblox float using Lua code. The provided Lua function allows you to adjust the position of a part to create a floating effect.