Search found 1 match
- Thu Sep 14, 2023 2:39 pm
- Forum: Support and Development
- Topic: REQUESTING HELP
- Replies: 1
- Views: 509
REQUESTING HELP
Hi! I'm kinda new and I really need help to find out what's wrong with my coded, can someone help me please? function love.load() totalStars = 1000 stars = {} for i = 0, totalStars, 1 do stars [1] = { r = love.math.random(0,255) / 255, g = love.math.random(0,255) / 255, b = love.math.random(0,255) /...