Could someone who knows how to code teach me how to code?
all i need is someone who can explain in great detail but keeping it simple and has experence, you never know we could make a game together
things i all ready know:
basic, basic functions:
function Make_An_Object_Teleport_To_A_Preset_Location()
Parrt = Instance.New('Part', game.Workspace)
Wait(4)
Parrt.Position = Vector3.New(0, 2, 1)
end
Make_An_Object_Teleport_To_A_Preset_Location()
knowlege of terms:
and
if
then
do
function()
while
for
-
+
=
*
/
:::::::::::::
Some of thease terms i dont know what they do and thats why i need your help
please teach me
thanks :) |