06-25-2011, 03:33 PM
"part.Position = part.Position:add(Vec2D(0, 5))"
I do this instead:
part.Position = Vec2D(part.Position.x, part.Position.y + 5)
I do this instead:
part.Position = Vec2D(part.Position.x, part.Position.y + 5)
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
|
Does Buildism use the same Lua as ROBLOX?
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Does Buildism use the same Lua as ROBLOX? - by BlockCommunity - 06-24-2011, 09:11 PM
|