Lime Tutorial 20 Fixes

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!

Thanks. There are some changes I’ve made locally but I can’t figure out how to update them online. Understanding git is apparently not something I’m doing very well at. :frowning:

 Jay

I agree that git is complicated.  However, I did find some youtube video tutorials and a couple written ones that take you through the basics.   If you think you might continue to use git, try the tutorials.  And, in my humble opinion, use the command line interface.

Thanks. There are some changes I’ve made locally but I can’t figure out how to update them online. Understanding git is apparently not something I’m doing very well at. :frowning:

 Jay

I agree that git is complicated.  However, I did find some youtube video tutorials and a couple written ones that take you through the basics.   If you think you might continue to use git, try the tutorials.  And, in my humble opinion, use the command line interface.