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

Mouse data and objects in the server and local environment?

Asked by
Mowblow 117
8 years ago

I am currently developing a helicopter and I am going to use the mouse.Hit's lookvector to point the helicopter in a certain direction.

If I set the helicopter's position through a local script accessing the mouse, will they helicopter only change position on the client? And If I make something transparent or opaque from a client/local script, does it only show up on the client's environment?

1 answer

Log in to vote
1
Answered by 8 years ago

No, this is he only way to do it due to the fact Mouse is client-sided as long as the variable isn't a local part then everything should work. If this didnt't answer your question comment and i'll give another answer.

0
What your saying is, if the part was not generated, added in, or created on the client, everything should still show up on the server? Mowblow 117 — 8y
0
It can be created in the client but it cant be added into it User#5978 25 — 8y
Ad

Answer this question