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

A goodbye to the roblox community ? [closed]

Asked by 4 years ago
Edited 4 years ago

Goodbye roblox scripting community im gonna learn python! Bye!

0
No spam allowed. Xapelize 2658 — 4y
0
:/ Block_manvn 395 — 4y

Closed as off-topic by Xapelize, SteelMettle1, User#23252, moo1210, koolkid8099, Just2Terrify, and royaltoe

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?

3 answers

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Farewell

game.Players.PlayerRemoving:Connect(function(Player)
    print("Goodbye "..Player.Name.." We Will Miss You.")
    --//  Edit
    warn("Wait Your Leaving")
end)
1
Thanks SpectacularPavlos 86 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

Nah, I have better solution:

game:FindFirstChild("Python"):Destroy()

Joke aside, hope you have fun with it, we will miss you *again.

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

LUA VS PYTHON:

python:

    def say(msg):
    print(msg)

    say("Welcome to python")

SyntaxError: Indentation error;

LUA

function say(msg)
print(msg)
end

say("GOOD BYE NOOB ):")

GOOD BYE NOOB

but anyways, if you have a solid knowledge of Lua, python should be a breeze. Good bye, and good luck! just remember this, Roblox is the platform that made you a solid programmer, and always remember that.