playMaker

Author Topic: set position problem on player  (Read 1043 times)

ofb92

  • Playmaker Newbie
  • *
  • Posts: 9
set position problem on player
« on: February 01, 2022, 03:43:45 PM »
i have a cube character with simple controller movement and when apply set position to teleport the player it dosent work but non player objects does how can i solve this problem

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: set position problem on player
« Reply #1 on: February 01, 2022, 07:56:20 PM »
Hi,
Probably the controller component is preventing it.
maybe disable the component, then move and then enable again.
or disable the object(player) instead of the object

ofb92

  • Playmaker Newbie
  • *
  • Posts: 9
Re: set position problem on player
« Reply #2 on: February 02, 2022, 09:11:23 AM »
is there another way like parenting cube to the player if cube triggers the object then the player teleports to ???