Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/F3XTeam/RBX-Building-Tools
A set of powerful, easy building tools for ROBLOX.
https://github.com/F3XTeam/RBX-Building-Tools
Last synced: 3 months ago
JSON representation
A set of powerful, easy building tools for ROBLOX.
- Host: GitHub
- URL: https://github.com/F3XTeam/RBX-Building-Tools
- Owner: F3XTeam
- Created: 2014-05-14T00:01:00.000Z (over 10 years ago)
- Default Branch: development
- Last Pushed: 2024-07-17T23:01:27.000Z (6 months ago)
- Last Synced: 2024-07-30T20:35:29.446Z (6 months ago)
- Language: Lua
- Size: 5.19 MB
- Stars: 37
- Watchers: 10
- Forks: 21
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Support: Support/Assets.lua
Awesome Lists containing this project
- awesome-roblox - F3X Building Tools
README
Building Tools by F3X
=========================
A set of powerful, easy building tools for ROBLOX. Get a built version [of the tools here](http://www.roblox.com/Building-Tools-by-F3X-item?id=142785488), [of the Studio plugin here](http://www.roblox.com/Building-Tools-by-F3X-Plugin-item?id=144950355) or [of the import plugin here](http://www.roblox.com/Import-from-Building-Tools-by-F3X-item?id=142485815). Builds of work that has not been released as a version yet can be found in the `build` folder in the `development` branch.## What's included?
BT includes the following tools:
- A __move__ tool, which lets you move parts normally, each part relative to itself, or relative to the last part selected. You can also change the increment.
- A __resize__ tool, which lets you resize parts in either a single direction, or in both directions. You can also change the size increment.
- A __rotate__ tool, which lets you rotate parts around the center of the selection, each part around itself, or around the last part selected. You can also change the increment by which to rotate the part, and rotate around a part's edges.
- A __paint__ tool, which lets you change the color of parts.
- A __surface__ tool, which lets you change the surface types of parts.
- A __material__ tool, which lets you change the transparency, reflectance, and material of parts.
- An __anchor__ tool, which lets you make parts anchored (or not).
- A __collision__ tool, which lets you enable (or disable) collision on parts.
- A __new part__ tool, which lets you create new parts of different shapes and types.
- A __mesh__ tool, which lets you add meshes to parts.
- A __texture__ tool, which lets you add decals and textures to parts.
- A __weld__ tool, which lets you create an artificial weld between parts.
- A __lighting__ tool, which lets you add spotlights and point lights to parts.
- A __decorate__ tool, which lets you add smoke, fire, and sparkles to parts.You can also:
- Export your creations (Shift + P) and import them into Studio (using [this plugin](http://www.roblox.com/Import-from-Building-Tools-by-F3X-item?id=142485815))
- Select multiple parts in various convenient ways such as:
- Adding parts to the selection individually (Shift + Click)
- Selecting parts using a 2D rectangle (Shift + Click & Drag)
- Selecting parts found within the parts in the current selection (Shift + K)
- Create named groups of parts to select simultaneously or ignore (Shift + G)
- Clone parts (Shift + C)
- Delete parts (Shift + X)
- Undo and redo any changes you make (Shift + Z, Shift + Y)
- Switch between tools using hotkeys---
Designed and built by [the F3X team](http://www.roblox.com/Groups/Group.aspx?gid=831895).