I’m currently having issues trying to require a Module, it shows the Game folder from RepliicatedStorage isn’t there, yet, it is?
And yes, I’m using a LocalScript.
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local HoverCraftClient = require(ReplicatedStorage.Game.Module.HoverCraft.HoverCraftCore.HoverCraftClient)