Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
map_making:map_making_tutorial [2020/08/25 17:18]
fiveman1
map_making:map_making_tutorial [2021/02/23 18:25] (current)
fiveman1 typo
Line 51: Line 51:
 ===== How to test and submit your map ===== ===== How to test and submit your map =====
  
-First, upload your map model to Roblox. Do this by right clicking the model and selection "Save to Roblox". Make sure it is uncopylocked.+First, upload your map model to Roblox. Do this by right clicking the model and selecting "Save to Roblox". Make sure it is uncopylocked.
  
 Next, you will have to join the [[http://discord.gg/Fw8E75X|Roblox Bhop/Surf discord]]. Once you have joined, go to either the #maptest-bhop channel or the #maptest-surf channel. Then type !take link/ID where link/ID is a link to the model or the asset ID for the model. Next, you will have to join the [[http://discord.gg/Fw8E75X|Roblox Bhop/Surf discord]]. Once you have joined, go to either the #maptest-bhop channel or the #maptest-surf channel. Then type !take link/ID where link/ID is a link to the model or the asset ID for the model.
Line 128: Line 128:
     * The # is the amount of times you are allowed to jump on the part. Jumping on it consecutively more times than the # will reset you.     * The # is the amount of times you are allowed to jump on the part. Jumping on it consecutively more times than the # will reset you.
   * ''WormholeIn#'' and ''WormholeOut#''   * ''WormholeIn#'' and ''WormholeOut#''
-    * WormholeIn# will send you to the corresponding WormHoleOut#. The transition is seamless. The parts must have the same dimensions (size). Use teleports for non-seamless transitions.+    * WormholeIn# will send you to the corresponding WormHoleOut#. The transition is seamless, it's very useful for making impossible geometriesIn the most common use case the parts have the exact same size, but coordinates are mapped linearly from the surface of one to the other if they are different sizes. Use teleports for non-seamless transitions.
   * ''Accelerator''   * ''Accelerator''
     * Accelerates players in a given direction/acceleration at a constant rate. Adjust the Velocity property of this part to adjust where/how much the accelerator should accelerate the player inside of it. Should always be CanCollide false.     * Accelerates players in a given direction/acceleration at a constant rate. Adjust the Velocity property of this part to adjust where/how much the accelerator should accelerate the player inside of it. Should always be CanCollide false.
Navigation