#how to give a currency to all players and specific player

1 messages · Page 1 of 1 (latest)

bronze tundra
#

how do i give a currecy to all players or a specific person

next raft
#

Event sender, event definition, event receiver, set event sender to all

bronze tundra
#

how do i set it up tho

#

what do i do

#

@next raft

next raft
#

Configure event definition and name it whatever you want

#

Configure sender and set it to be your custom name that you just set, and change local to all

#

Then wire a button or something to the event sender

#

Then on the event receiver wire it to the currency add

hallow lion
#

configure the event reciver and set it to the costom event

bronze tundra
#

im still confused

#

it wont work the way im trying to do

hallow lion
#

send us a pic of ur circuits

bronze tundra
#

im trying to make it so it gives money to all on a consumable use

bronze tundra
#

my phone is dead -_-

#

im sorry

#

i play on console

hallow lion
#

this is what u gotta do

bronze tundra
#

k...

#

and that is?

#

@hallow lion

hallow lion
#

wait

hallow lion
#

make sure to configure the event sender and set the target to all

bronze tundra
#

how do i put the event reciever all players

hallow lion
#

just configrue it

next raft
#

Configure sender

hallow lion
bronze tundra
#

when i configue the event reciever the all player option isnt there

next raft
#

And set it to be your customly named definition

hallow lion
#

spawn a event definition and name it All Players

bronze tundra
#

done

#

now wht

next raft
#

Place down “Event Definition” and configure it, change the name

Place down “event sender” configure it to match the definition, and change “local” to “all”

Place down event receiver and set the event to be the matching definition

bronze tundra
#

when i config event sender i can only see event and target and i cant change the event to the one i named

hallow lion
bronze tundra
#

ohhhhhhhhhhhhhh

#

im dimb.

#

dumb

#

ok done

#

now wht

hallow lion
bronze tundra
#

wait im good

#

what is this

next raft
#

Int variable

#

Unneeded for what you’re trying to get

#

You can just replace that with currency add

#

Or something

bronze tundra
#

dont i need a consumable active and deactivate so it works?

next raft
#

No

bronze tundra
#

i do

#

it doesnt work once i use it now

next raft
#

What does it look like

#

Consumable is unrelated to currency

#

So you probably wired it wrong when disconnecting it

bronze tundra
#

but i want a consumable to give everyone money

#

on use

#

):

next raft
#

You don’t need that just wire it straight to the give currency

bronze tundra
#

wire what the give currency

next raft
#

Event Receiver

bronze tundra
#

whice i have 2

#

which*

next raft
#

Why do you have two

bronze tundra
#

these 2

next raft
#

Delete the top one

bronze tundra
#

no

#

its doing another consumable

next raft
#

Why do you need consumables I thought you needed currency?

bronze tundra
#

i need a consumable that give everyone currency when used

next raft
#

So you want to give a consumable that players can use to get money? Or you want to be able to just give the players money? I’m confused what this is for

bronze tundra
#

think of a starter pack in a simulator game

next raft
#

For everyone?

bronze tundra
#

its gives starting currency when you get it

#

im not making a stater pack

#

this is just a eg

next raft
#

Why are you telling me an example

bronze tundra
#

to help u understand you said you were confused right?

next raft
#

Yeah but why not just tell me what you are using this for instead of giving me an example that’s unrelated

bronze tundra
#

ok ill tell you what im using this forr exactly

#

im making a simulator game were you click a money symbol for money and im making a consumable were a player can buy it and it gives a certain amout of money to all players as somewhat of a gift for everyone in that server

next raft
#

Wouldn’t you want it so if the player bought it, the players would just receive the money and get text that says “player bought (item)! +$$”

#

You can do consumables if you want but if you don’t have the consumable system built you have to build that, and it’s just an extra step for players

bronze tundra
#

i wanna do the consumable system

next raft
#

Ok then just keep it how it is then

#

And you are going to need a consumable system if you don’t already have one

bronze tundra
#

ima get my phone and charge it a bit and send a pic

#

of the cirkits i have rn

#

im sorry if im annoying you

#

i prob have i iq of 7

#

cus ima hella dumb when it comes to circits

next raft
#

No it’s fine. I’m just making sure you want a consumable system for sure because it seems almost unneeded

bronze tundra
#

Sorryits bad quality

next raft
#

Could you fly closer to the circuits

bronze tundra
#

Sending...

#

The bottom row is the one I'm working on

next raft
#

I would place a consumable five player

#

Or I forget what the chip is called

bronze tundra
#

Huh

next raft
#

Sorry typo

#

Consumable give

bronze tundra
#

I have award consumable

next raft
#

Yeah that

bronze tundra
#

What do I do with it

next raft
#

Wire the reciever to it

#

The all players one

bronze tundra
#

I'm just gonna give up at this point.

#

It's all so confusing

next raft
#

Why

next raft
#

Once you understand it, it will seem so simple

#

I can try to explain how event definitions work in a simple way

bronze tundra
#

Can you guide me through ingame maybe if that isn't to much to ask

next raft
#

I could maybe but probably not for like 2 hours

bronze tundra
#

Dang.

#

I have to go in 2 hours..

next raft
#

Oh

#

Ok I’ll try to explain

#

Events Receivers send a signal everytime that event happens

#

For example: Player Joined, sends a signal everytime a player joins

#

Player Jumped: sends a signal everytime a player jumps

bronze tundra
#

Uh huh

next raft
#

Player Leaving: sends a signal everytime a player leaves

#

Ok

bronze tundra
#

Ik all thT

next raft
#

And some things don’t have an event

#

A lot of custom things

#

If you make an event definition, it creates a brand new event

#

Something not already on the game

#

But it doesn’t do anything until you program it to.

#

Every single event receiver is pre programmed

bronze tundra
#

Wait Hold on

next raft
#

By giving a event sender a signal, it tells the event definition to run, and sends a signal to the event receiver

bronze tundra
#

Is there a easier way like to give the money to people with a tag, or is that harder

next raft
#

You can test if the player has the tag/role and if they do, then continue the circuit chain

#

So if you configure the sender to be “all” then it’ll send it to all players.

#

And each player will go through a test simultaneously

#

Think of events as a way to link circuits together without having a big strand, it’s linked through the event

bronze tundra
#

My brain hurts.

#

I'll ask if I can stay up 2 more hours.

#

So you can hop on

next raft
#

You don’t have to stay up

#

What time is it for you?

bronze tundra
#

00:33

#

so very late for m

#

e

next raft
#

Do you want the players to get the consumable, or do you want the players to automatically use the consumable

bronze tundra
#

get them then use it from the backpack

next raft
#

Ok I would place an award consumable

#

And connect the “All Players” Event Receiver to it

bronze tundra
#

ill just wait, i feel like there would be more steps and im tired trying to figue it out,

next raft
bronze tundra
#

ok

#

can i add you so you can hop on tommorow or something

next raft
#

Yeah @Tyoiker

bronze tundra
#

thank you so so much

#

sent the request

#

thank you for all the help today

#

even though i didnt get far

#

you helped more then i could ever ask for

next raft
bronze tundra
#

exelent teacher

#

once my rr plus tokens come in ima gift you as a thank you to you setting aside your time to help me out (:

bronze tundra
#

but i wanna

#

i end up wasting them in random games i only play once anyway

#

also

#

i donated 290 tokens to your game that was metioned in your bio im your portfolio

#

sad the game is disabled tho

#

would of been fun

next raft
#

It’s rec room glitching because of the get first tag bug 😔 Ty for donating though

bronze tundra
#

anytime friend

#

ima go now

#

can i dm you tommorow to ask when you can hop on?

next raft
#

Yeah

bronze tundra
#

thanks, have a good day/night