EDIT2:I solved this on the chat!
EDIT:The error is in the title.
I am trying to get a module but it keeps giving me this error any help?
local S = require(self.Settings) --how I require it (self is the model where it is included in)
this is the module script below (the script is named Settings)
local settings = { shootDelay = 0.12; bulletStartSpeed = 10; bulletMaintainSpeed = 40; bulletInaccuracy = 16; bulletDamage = 7; reducedWalkSpeed = 2; reducedSprintSpeed = 4 } return settings
So would anyone know what I am doing wrong? I am new to modules lol.
Thanks, :D ~KIheros