Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a model placing System?

Asked by 6 years ago

Okay, like how Bloxburg placing system is set up sort of.

I want players to click to place something and see a transparent clone of the model where ever their mouse is, someone help please!?

1 answer

Log in to vote
1
Answered by
njesk12 25
6 years ago

Step 1: Create whatever models you want placed.

Step 2: Make a script that does two things: a. clones the Master Copy of the model that you want to place b. moves the model to wherever the mouse moves; moving models can be done using primary parts.

Step 3: Fix any bugs :)

Make sure that you correlate local scripts and server scripts respectively for whatever task you need. Remember that local scripts should only be for the player to see something, but changes to the actual server itself and that could affect other players should be handled by server scripts.

Hope this helps! Feel free to learn more about models here!

0
Thank you so much! I like people like you, you don't just give the answer to people, you give them the chance to learn! I'm intrested in primary parts going to learn about it now! :D Thanks again! andyad13 74 — 6y
0
you're welcome AbusedCocopuff4 105 — 4y
Ad

Answer this question