Git Product home page Git Product logo

roblox-sdk's Introduction

mPortal

A battery included, customizable Roblox teleporter

example

Usage Instruction

Installation

  1. go to https://create.roblox.com/marketplace/asset/13345082484/m-Portal and click "GET MODEL", or search for "m Portal" on the roblox toolbox marketplace
  2. drag the portal from the toolbox into the main window, if you alredy saved the model to your inventory in the previous step, you can find it in the inventory tab in the toolbox

Configuration

  1. drag/move the portal to your disired location
  2. click on the portal, and in the "Explorer" window, you will see the "Configuration" folder
  3. input the destination place id to the the Value property of "PlaceID", under the "Configuration" > "Destination" folder
    1. the destination is where this portal will leads to, for example, it could be your friend's game, or a different experience you created
    2. to find the place id, the easiest way is to find link of your game, e.g. https://www.roblox.com/games/1818/Classic-Crossroads, the number after "games/" (1818 in this example) is the place id

Why does my portal not work

  1. if you are testing it in Roblox Stuido, the roblox teleport API isn't support. test it in Roblox instead.
  2. make sure the user can normally go in the destination world. The portal respect the "Playability" permission of roblox, i.e. if the destination is "Private", only the developers of the destination game will be able to teleport.
  3. if you are NOT the developer of the destination world, the destination must have "Allow Third Party Teleports" enabled in "Game Settings" > "Security"

Local Development

This project use rojo to develop the roblox model, most component of the portal are in rojo's json representation. Since rojo doesn't support Ref yet, we use rbxmk to update the necessary object.

build m-portal.rbxmx locally

  1. download rojo and rbxmk and put both executable in ./bin for convenience
  2. run .\bin\rojo.exe build . -o ./build/m-portal.rbxmx
  3. run .\bin\rbxmk.exe run .\scripts\update_model_refs.lua .\build\m-portal.rbxmx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.