Categories > Coding > Lua >

Learning how to script

Posts: 44

Threads: 19

Joined: Apr, 2021

Reputation: 0

Posted

so guys i want to learn how to script but i wanna some good vids or websites to learn scripting

  • 0

exploits i use: krnl,fluxus

Hacker man😎😎😎

just a guy that loves wearedevs

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

Codecademy works or you could do tutorials made by Roblox itself like: https://www.youtube.com/watch?v=0LiaEDui2vE

  • 0

Posts: 522

Threads: 29

Joined: Apr, 2021

Reputation: 24

Replied

There is a really good game on roblox called Lua learning with lots of interactive lessons and its all free! i can higly recommend

  • 0

back lol

Posts: 257

Threads: 112

Joined: Jun, 2018

Reputation: 5

Replied

Honestly just do trial and error. That's how I learned the basic syntax and functions so you get to the point where you can learn more on your own now (for example, finding out how to make more efficient functions).

 

For example:

function returnThing() --Not significant in performance, but uglier and less efficient
	if (statement) then
		return true
	else
		return false
	end
end

function returnThing2()
	if (statement) then
		return true
	end
	return false
end
  • 1

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

eb_

Formally known as Shade

vip

Posts: 1045

Threads: 4

Joined: Jun, 2020

Reputation: 47

Replied

I'm self taught so, trial and error, lua.org, roblox dev forum or roblox api thing, roblox game developing.

 

I dont recommend yt tutorials, there just stretched for revenue and a waste of time, not all but most. Reading forums, sources etc is a better way of learning.

  • 0

https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif

XarB

C# Programmer

Posts: 25

Threads: 5

Joined: Mar, 2021

Reputation: 0

Replied

Check this out it is very good for teaching you to script.

  • 0

C# Programmer: coding and developing programs, building my own applications.

WendoJ

WendoJ

vip

Posts: 318

Threads: 29

Joined: Mar, 2020

Reputation: 40

Replied

https://github.com/ForrestKnight/open-source-cs <- curated list of where to get started which im currently following

  • 0

AlbertsPP

MrFlipPhone

Posts: 23

Threads: 6

Joined: Aug, 2020

Reputation: -14

Replied

  • 0

Posts: 2

Threads: 0

Joined: Apr, 2021

Reputation: 0

Replied

It helped me to get some ideas for my own projects by looking at some case studies of other companies. You can combine them and make something of your own.

  • 0

DisguisedCat

DisguisedCat#5927

Posts: 66

Threads: 11

Joined: Jun, 2021

Reputation: -15

Replied

To be honest, I can only recommend watching TheDevKing or AlvinBlox's tutorial videos on learning Lua from scratch.

 

In my opinion TheDevKing is better because he explains it better while AlvinBlox explains it like you already know what he's talking about and TheDevKing makes it look like typing "ABC"

  • 0

idk what to say

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )