Hi guys,
I wanted to draw a light from my object which is a box
Problem is it won't work.
I placed the following inside script:start
light = Pointlight:Create()
light:SetPosition(0,0,0)
light:SetRange(5)
light:SetParent(self.model)
What am i doing wrong?
Cheers