A few changes need to be made to the Lime tutorial 20 at outlawgames:
local lime = require(“lime”) should be changed to:
lime = require(“lime.lime”)
and
all instances of lime.utils. should be changed to:
lime.utils:
and hopefully that should do it!