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

How do i define things?

Asked by 9 years ago
p.Position.Part.Define
end

2 answers

Log in to vote
1
Answered by 9 years ago

lua is loosely typed so you do not need to define variable types

in lua you could use:-

a=0 or a="hello"

but others like vb use:-

dim a As string="Hello" or dim b As integer =0

0
Please use code formatting; also if I remember correctly in VB types are capitalized (`String` not `string` and `Integer` not `integer`) BlueTaslem 18071 — 9y
Ad
Log in to vote
0
Answered by 9 years ago

What are you doing?

This is confusing what you are trying to do

Answer this question