#Prop System

1 messages · Page 1 of 1 (latest)

haughty marsh
#

The prop system in my game is a system where you can drag around parts/props. Props that are currently being dragged would be highlighted to only the player dragging them. Two players can not drag the same prop at the same time. Dragging a prop a certain distance away from you will cause the prop to be dropped. Props cannot be grabbed while someone is standing on them. How would i make a system like this?

hollow mauve
#

Well you would first want to have the highlighting part on the client side and send the position of the block on the server side

#

Then you would want to find the direction of the arrow or character

#

Your choice

#

Then you would do like 5 studs from your character at that direction to get the actual position the block would be in

#

But there’s so much more to it

#

That’s like the most basic way of saying it

#

Lol