Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

A GUI script that enables the GUI (pop ups) Without tweening the size?

Asked by 3 years ago
Edited 3 years ago

I have A event script is made to where what ever script i place below it will activated by the event. Im horrible at scripting that, i need a script that will make my gui pop(show up like transparent or something) without tweening it.

game.Workspace.MyClickDetectorEvent.OnServerEvent:Connect(function()    
    --script goes here but i dont have one 
end)

And hopefully ill be done with a paper you can click on and read with a gui pop up.

0
Just make the GUI Frame visible. DinozCreates 1070 — 3y
0
its a clickable event i dont want the gui on the screen the whole game.. reagenvan3 9 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Might I suggest this video here for you:

https://www.youtube.com/watch?v=uVUCaFs4Bh4

It's a pretty easy and simple GUI set up which matches what you'd like (I think).

It's also very close to what Dinoz said in the comments - just make the Gui visible when the player clicks on it. Plus, it won't affect players' game experience.

If you don't think this is as helpful, reply to the answer and I'll see if I can help more.

0
thanks i found a script piece i needed reagenvan3 9 — 3y
0
very good biogambit 35 — 3y
Ad

Answer this question