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

I need help to verify a python coding for a GUI in rblx. Could you help me? [closed]

Asked by 4 years ago

So here is the situation : I have a GUI, and I want to script a command that is: If we press the button, it redirects to a link, or it makes us view the video on the roblox game.

My code is was pretty much:

if press.[button name] then redirect([link])

Would that be right? If not could you help me improve it? I am not very good at scripting.

0
wdym verify python coding? im stupid so idk what you mean speedyfox66 237 — 4y
0
what about lua User#29913 36 — 4y
0
ROBLOX does not incorporate Python into their coding language. Their only possible language to use/learn is Lua, as this is the base of all games created. killerbrenden 1537 — 4y

Closed as Not Constructive by User#23252, Norbunny, killerbrenden, and karlo_tr10

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
6
Answered by 4 years ago

can't use python in Roblox, can't open applications on a computer in Roblox, which means no redirecting to links.

period.

Ad