#Need a lil help lol

1 messages · Page 1 of 1 (latest)

quaint warren
#

if i just started learning how to script today and i already learned/memorized how to make a part, change it's size, change its body type like block to ball, change the color, transparency, position it spawns in and how to do forloops.. what's next

snow violet
#

function, modulescript <- Very useful, and common to use.

quaint warren
snow violet
#
  • Function
  • Variables
  • Conditional Logic
  • Tables & Loops
  • ModuleScripts
  • Instance.new() might be useful too.
  • Events such Players event or somethings.
#
  • RemoteEvents/Functions - Might be a bit difficulty to understand at first.
  • TweenService - Nice for GUIs or moving Objects.
  • GUIs - Try create GUIs with functional display money text.
  • Raycasting - If you plan FPS, or Placement Objects
quaint warren
#

Ok bet thanks bro

#

I’ll jus learn a few a day so I can actually capture it in my brain

snow violet
#

its might recommend to learn LUA first before accessing others such RemoteEvents/GUI/and so.

quaint warren
#

Like the roblox coding language

snow violet
#

Yes, Roblox is lua. People keep saying me its recommend to use Luau over Lua, But i would just recommend to learn Lua first, then Luau (Is kinda similar stuff. only function/tables are different.)

I got pretty lost when i started Luau without learning Lua.

quaint warren
snow violet
#

yea, it cover everythings roblox, beside "Events" and some functions such Instance.new() which belong to Roblox.

quaint warren
quaint warren