I need some help again

so i need help with this: i have a waypoint on an item (a item image and a button), but i want it when the item is picked up the waypoint isnt there anymore

Are you using an item spawner?

a item image and a button

Make the button broadcast on a channel and deactivate the waypoint when receiving on the channel

1 Like

forgot to add: its an ability to see the item (when activated you can see all the items), i want it to deactivate the waypoints where the items have been collected

Yeah, you can do the same thing, just add an individual channel for each waypoint

1 Like

does it take a lot of %?

Channels don’t take up memory

they dont?

Just wire the button to the way point. --when button pressed----deactivate waypoint-- This way, you won’t need to go through the trouble of broadcasting on a channel to turn it off.
I’ll give you an image soon

Here you go, hope this helps!!!