How can i place a local sided part to a server sided part

  1. **What do you want to achieve? I want to be able to see the part in all players

image

I looked up in the dev hub but i finded nothing, Please and Thank you.

1 Like

You can use a RemoteEvent to acheive your goal here

1 Like

I tried, but the cube dosent exists in server

i could posiblibly try to for i,v in pairs in the cube and copy the same properties

You should create the cube on the server instead and make the client fire a remote on every change to the cube so the server stays updated.

1 Like

the problem is, that the script is inside a tool

image

Is the cube creation code inside a tool? Why not just transfer the cube creation code to the server and make the client fire a remote whenever they want to make a cube so the cube is created on the server?

1 Like

i tried it but the mouse clicks are from the local script

i could posibily make a remote event that moves the cubes in server

You can send that information to the server using a remote, what I recommend is to create the cube on the server and from there just send the update information to the server.

1 Like

ok, ill first generate the cube, and try to make that posible

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.