Answers for "roblox if then"

Lua
0

roblox if then

if 2 + 3 == 5 then
	print("Two plus three is five")
end
Posted by: Guest on September-15-2020
0

roblox if statement

local test = 1

if test > 4 then
  print('Test is greater than 4')
end
Posted by: Guest on June-08-2020

Browse Popular Code Answers by Language