#there is a error in my code

8 messages · Page 1 of 1 (latest)

native flax
#

u r not passing player?

#

local function NormalAutoClickerCPS(player)

#

gets player argument

#

NormalAutoClickerCPS()

#

you dont pass any

#

so probably the errir is attempt to index nil

#

search up on google how the arguments works on functions

#

on roblox luau, obviusly