Hi all!!
I want to make a script wich moves a placeable object a little each time used. Is that possible?
Ty.
Hi all!!
I want to make a script wich moves a placeable object a little each time used. Is that possible?
Ty.
_Six did this for the module he was working on once upon a time. Maybe he'd share his code with you - assuming he still has it.
Oh thanks, i was trying to do a copyobject of the placeable so its created a short distance forward.... but there i failed.
Im not sure how to get the new location, using vectors i assume.
GetPosition of the first one, and then copying to a new location using that vectors. But dont know how to change the valors of the vector relatively from the first location.