Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

it says attempt tp call field ´Lift´(a nil value) please help im new?

Asked by 5 years ago

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

Answer this question