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

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

I looked up in the dev hub but i finded nothing, Please and Thank you.
You can use a RemoteEvent to acheive your goal here
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.
the problem is, that the script is inside a tool

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?
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.
ok, ill first generate the cube, and try to make that posible
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.