#Mouse input service

1 messages · Page 1 of 1 (latest)

vital helm
#

local MovesetData = {}

MovesetData.Movesets = {

Default = {
    Slots = {
        [Enum.KeyCode.One] = "Move1",
        [Enum.KeyCode.Three] = "Move2",
    }
},

}

return MovesetData

how would i make my first move Mousebutton1?
this is a modulescript in replicated

hoary bramble
vital helm
#

I js dont know bc its not working