I was wondering if it is possible to call a function from another script. Is this possible?
Yes, its possible by using the _G
Global function/Global tables and also using either Remote or Bindable functions. You should look at this page Reusing code, and Global function to give you the idea of `_G