so my script is local module = require(script.Parent:WaitForChild("ModuleScript")) local player = game.Players.LocalPlayer local mouse = player:GetMouse()
script.Parent.Activated:Connect(function() module.Lift() end)
and in the Script 6 it says attempt to call field ´Lift´(a nil value) and its so annyoing please help me im new