#Probably simple!!

1 messages · Page 1 of 1 (latest)

grand fiber
#

So basically, I wanted to try and get help with 2 things
The first, and main one, is that I want a certain proximity prompt to dissappear after it's used. As of right now, it's used to take a specific tool from the inventory, but I just don't know how to make the prompt go away after.
The second is that I want a different prompt to appear after that one is completed. It's gonna open a GUI and stuff, but I think I can figure out that part so long as I can figure out how to get it to appear

I'm still a beginner in roblox studio so sorry if this is basic 😭 I'm trying to make a game as an interactive final for a class I'm in lol

spiral nexus
#

If you are spawning the prompt instead of enabling it you should destroy it

spiral nexus
grand fiber
#

Idk how to word it 😭 would it help if I like described what Im trying to make it for?

spiral nexus
#

Def

#

The more context with helping scripters the better

#

What you could also do is have Rep storage hold a remote event and fire it when it’s used then let the script in the prompt connect to that event and close itself

grand fiber
#

Okay so Im making a voting machine

I already made voting paper as a tool that can get picked up, and then there's a proximity prompt to use the voting paper (which also destroys the prompt to pick up the paper), but, I want the "insert voting paper" prompt to disappear once the voting paper tool is inserted too

Then once you insert it, there's a seperate proximity prompt that appears for the voting part specificslly (I know how to do the GUI for that part, I just dont know how to make it appear only after the voting paper is inserted)

spiral nexus
#

My English has its flaws

#

Proximity prompt means temporary prompt then?

grand fiber
#

Yeah, I think
Its a specific tool thing in studio

grand crescentBOT
#

studio** You are now Level 3! **studio

spiral nexus
#

But still I think remote events are the way to go

grand fiber
#

That probably would work better lol, but I only have like 2 hours/day for the next 2 days to finish it tho and its very difficult for me to figure out that kind of stuff, being new to roblox studio and all

spiral nexus
#

So when you pick smth up, fire an event that another script(prob the one from the prompt) accesses and connects to make it appear.
When you use it fire another event to close that prompt and then fire an event that shows the next one

spiral nexus
#

So
EVENTLOCAL:Fire(“close prompt”

#

Smth like
Isn’t the exact typing of it but I hope you understand

#

@grand fiber was that enough info?

grand fiber
spiral nexus
grand fiber