Pun interact output?

Vlaxep

Active member
Hi,

Trying to use 'InteractOutput' for an InteractableButton + Moving platform with PUN Addon

but the following does not work to update the MovementSpeed of the Moving Platform, remains at 0.

I'm trying to create an elevator whereby the MovementSpeed get's set to 5 on button press, and I've set it up so that when the TargetWaypoint index changes between from 0 to 1 or 1 to 0 the Speed get's set to 0. Therefore on the button press this should theoretically create an elevator effect I think? But this InteractOutput just wont work for some reason....

1613092884603.png
 
What is InteractInput? It looks like you'll need to hook that up with PUN's RPC system.
 
Hmmm sorry Justin, I think either you or someone else created that little script for me to extend the Interactable at one time for another use case. (I wouldn't know how).

I no longer need this as I managed to create the perfect arrangement for an elevator solution with MovingPlatform + Interactable!

Thanks.
 
Top