How to make a bridging system like bedwars?

  1. What do you want to achieve? Keep it simple and clear!
    I want to make a bridging system like bedwars
  2. What is the issue? Include screenshots / videos if possible!
    I have literally no idea
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve spent months brainstorming trying to come up a way, but i’ve still haven’t achieved it

Any help is appreciated! :slight_smile:

2 Likes

Try searching it on yt, there are plenty of tutorials. Here are two: How to Make A Placement System in Roblox Studio - YouTube and How to Make a BUILDING SYSTEM | HowToRoblox - YouTube

Someone asked a similar question here before. Basically, what you’d want to do is have an invisible part underneath the player, and raycast to that part. If you hit it, allow the player to place a block there.

I have seen thats solution but its inefficient since im trying to make a sandbox game

If you want the complex, efficient way, create an invisible plane 1 block below the player with math. If the player’s ray goes past it, find the point at which the ray was intersected and place a block there.

1 Like

How would I do that? I don’t really understand raycasting.