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

How to know what to write in script in every single one in object browser in Roblox Studio?

Asked by 5 years ago

i want to know how write script every single one in object browser but i don't know where to start and i want to learn hidden script as well like for example:

var1 = game.Players.LocalPlayer var2 = var1:GetMouse()

like this example i try to find (GetMouse) in roblox studio Object Browser but i can't find anywhere so i think it's hidden that's why i want to know where to find those hidden scripts and can you help me how to start learning in every script and what to write in every script like enum or cframe something like that but most of all i want to know every single code of roblox lua coding becuase in youtube i dont know how they start learning it and why they know hidden scripts that can't find in roblox studio object browser and can you teach me how to know what information i learn for making some code like tween service because i know every code in roblox is different and they have different coding statement so that's why im asking where to learn those things and where to find the answer of every hidden code and and where to start when writing different codes in roblox.

0
Check here: https://developer.roblox.com/api-reference -- it seems to have most stuff. fredfishy 833 — 5y

1 answer

Log in to vote
1
Answered by
BenSBk 781 Moderation Voter
5 years ago

The Roblox Studio Object Browser certainly lacks a lot of helpful information, and can also be confusing for new developers to navigate. The Roblox Developer Hub is Roblox's official developer resource. It provides tutorials, videos, recipes, and API documentation, all with clean and easy to use user interface.

If you're new to programming, I recommend heading there. If you're not new to programming, I recommend heading there.

Some additional resources include:

I hope that this helped, good luck!

0
Thank you So much for your help i will try it RealPlays20 3 — 5y
0
Great answer, i read through and barely understood what was being asked. Glad you got it all. DinozCreates 1070 — 5y
0
No worries, RealPlays. Remember to accept this answer and perhaps mark your question as "[SOLVED]" for others who may be wondering the same thing. :) BenSBk 781 — 5y
0
@Dinoz, thanks :) BenSBk 781 — 5y
Ad

Answer this question