#Roblox Studio Tutoring

1 messages · Page 1 of 1 (latest)

fierce ermine
#

Hey I know this is a weird question to ask but is anyone here willing to teach me how to do roblox scripting privately? I have a game I want to make but have on experience or knowledge in scripting for roblox... Is anyone here willing to do this?

lofty nebula
#

Pay

fierce ermine
lofty nebula
#

tutoring takes time and is time consuming

#

gotta pay

#

or just look up tutorials

polar pagoda
#

you can really take advantage of the roblox assistant expecially if you have previous coding experience

#

ask it to be your teacher and give you a program on what to learn start to finish

fierce ermine
naive shellBOT
#

studio** You are now Level 1! **studio

narrow crystal
#

in short ChatGPTs your best friend

use it to write code for you as demonstration purposes , never use it for granted. you’ll not learn anything that way

also you need to think about how to structure your code
there is no such thing as “let me just write a gun system”

you need to think what a gun system means, in short;

  1. you need a gun model
  2. think: how are bullets made? are they going to be realistic, or are they going to be skinny yellow parts that appear for a second and then disappear, resembling the effect of a bullet

how much damage does the bullet do?
where does the bullet come from (bullet start point)? => you realise you need to make a startpoint part for the bullet

just use your head , always ask questions 👍🏽

balmy stump
#

No one is oging to be a priviate tutor for you without you paying them unless they are your close friend

teal lodge
# fierce ermine Hey I know this is a weird question to ask but is anyone here willing to teach m...

Follow these to get a basic understanding, look at anything in #4 that your interested in or need.

  1. https://create.roblox.com/docs/tutorials/fundamentals/coding-1/coding-fundamentals - Roblox's coding fundamentals course, teaches the basics of writing code ("Next" button at bottom of each page)
  2. https://create.roblox.com/docs/tutorials - Roblox's step by step tutorials
  3. https://create.roblox.com/docs/scripting - Once you know the basis, use this to learn more about scripting. Theres also a link to a Basic gameplay tutorial you can take.
  4. https://create.roblox.com/docs/creation - Guides & Documentation by roblox that teach you everything about studio and coding in more detail (Look to the left for everything)

Once you understand scripting & studio, read the documentation to understand anything you want
https://create.roblox.com/docs/reference/engine

Alternative lua(u) resources

Extra (mostly language agnostic) resources

Be careful watching youtube tutorials for roblox, most of them are poorly made and will teach you bad concepts.

If you use an llm (like Chat GPT), don't rely on it for code generation or describing things. You won't learn anything and you won't know when its descriptions are wrong. The most they are useful for is showing you where to look in the documentation or online for the information you need.