0
Q:

if statement example in lua

if bool then
	--code
else
	--code
end
2
local Xees = 3	

if Xees == 3 then
	print("Yes") --If Xees is Equal To 3 Then This will be Printed
else
	print("No")  --If Xees is NOT Equal To 3 Then This will be Printed
end --Made By Rigby#9052 on Discord
0

New to Communities?

Join the community