About 146,000 results
Open links in new tab
  1. How to create your own plugin - Community Tutorials - Roblox

    Mar 15, 2022 · I’ve made a remake of this post. If you want more information on how to make plugins, I suggest you to read it: Edit: Thanks @EOASTUDIO and @GamersInternational for noticing some important mistakes! Note: you need know roblox basic scripting! Hello! So im pretty sure you wanted to create your own plugin but didn’t knew how. In this tutorial I will explain you how to create your own plugin ...

  2. A comprehensive guide on making Roblox Plugins

    Jul 2, 2023 · Plugin Tutorial made as of 02/07/2023, if you are reading this a million years in the future, this may not be accurate 😁 Note: Some basic scripting knowledge may be required, but i’ll try to explain everything! (Thanks for reading in advance) Introduction Plugins. Most of us use them. They’re little tools and gizmos that help us out …

  3. Making a basic plugin - Tutorial - Community Tutorials - Roblox

    Nov 16, 2021 · This script is the core of your plugin. Personally, I placed it into ServerStorage and named it “PartCreator”. Be careful what you name it, as that will be the name of the plugin. Now, right click on the plugin and select “Save as Local Plugin”. This will create a plugin locally, so you can test it before publishing to roblox.

  4. Make Your First Dock Widget Plugin - Community Tutorials - Roblox

    Sep 23, 2019 · Introduction This tutorial will show you how to create a dock widget plugin, with the studio themes and general UI style of roblox studio. Since this is mainly focusing on the UI part we will just make our plugin weld the selected parts. I reccomend using a designated place for plugin development to insure we dont destroy one of our games. Organization For organization we will be …

  5. RE: How to create your own plugin - Community Tutorials - Roblox

    Mar 24, 2025 · This is a remake of my older post about how to make plugins: The older post is not exactly outdated and still can be used if you find it easier. However, it only shows how to make plugins without explaining how exactly they work and other essential stuff. Note that this guide is based of my personal experience while working with plugins. If you find any mistakes or have something to add ...

  6. Plugin Tutorial - Community Tutorials - Developer Forum - Roblox

    Jan 9, 2021 · Hey developers! Today I’m going to show you how to easily create a plugin. First off, let’s create a plugin bar. Let’s create a new folder and place it into ‘‘ServerScriptService’’. We will call it ‘‘Plugin’’. Now we’re going to create a script and place it into the folder. We’ll call the script ‘‘PluginSetup.’’ Now let’s make some variables first. local ...

  7. Simulator Generator Plugin - Community Resources - Roblox

    Dec 27, 2023 · I have been working on a plugin which can generate simulator plugins. It’s currently somewhat basic but it can generate simple games. I’ve posted this in the creations feedback and I got no replies, so I asumme that is because the plugin is good.

  8. Introducing Design++ Your new UI Designer AI - Roblox

    Jan 28, 2025 · Hi Developers! 🌟 We’re thrilled to unveil our revolutionary new plugin for Roblox Studio: Design++! 🚀 Design++ is not just any UI design tool—it’s a game-changer that uses cutting-edge AI to transform how you create user interfaces for your games. Whether you’re a seasoned pro or just getting started, Design++ is here to streamline …

  9. Create a beautiful GUI for your plug-in - Roblox

    Jan 20, 2022 · local Setting = {} --The indication of the plug-in. Must be unique for each plugin, and have the same name as the main folder Setting.Ind = "MyPlugin"; --Start page that is displayed after the plugin has been started Setting.PageStart = "Start"; --This allows you to select in which mode the plug-in is displayed.

  10. Realism — Make your games feel more immersive! - Roblox

    Nov 30, 2020 · Hio! Today I’ve open sourced the definitive version of Realism, a light-weight character enhancement system I developed for Roblox. I wanted to share it with anyone who might be interested in checking it out! What is Realism? Realism is a character enhancement system for Roblox designed to be light-weight, easy to modify, and minimally invasive to integrate into existing games, so long as ...

Refresh