Search found 1 match

by Coonnor
Wed Nov 03, 2021 1:22 am
Forum: Support and Development
Topic: attempted to call nil while its a table
Replies: 2
Views: 3212

attempted to call nil while its a table

Error player.lua:15: attempt to index global 'player' (a nil value) Traceback player.lua:15: in function 'load' main.lua:13: in function 'load' [C]: in function 'xpcall' [C]: in function 'xpcall' Player = {} function Player:load() self.x = 100 self.y = 100 self.width = 100 self.height = 100 self.bul...