Skip to content

WitchesBr3w/Simple-Object-Placement-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Object-Placement-System

A simple Roblox object placement system that allows you to preview, rotate, and place objects in the world with collision validation (more or less just boilerplate code that you can use to expand upon)

For this script to work, you need to do the following few things:

  1. Add a Part inside ReplicatedStorage
    • Name it: Part
  2. Add a RemoteEvent inside ReplicatedStorage
    • Name it: PlaceBrick
  3. Create a script within ServerScriptService and paste the server code into that script file
  4. Create a script within StarterPlayerScript (or StarterCharacterScripts if preferred) and paste the cilent code into that script file

About

A roblox object placement system I made in my free time, more or less really intended to provide people with a base on how to make their own placement systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages