#change keyboard controls to xbox controls

1 messages · Page 1 of 1 (latest)

simple burrow
#

so i am makeing a battlegrounds game and i am all most done so i tyred turning the key of the left mouse button to a button from xbox to get it to work so my friend can play it and this is what i did and it's still not working for the 1ms

#

local Player = game.Players.LocalPlayer

local UIS = game:GetService("UserInputService")

local HitboxSettings = require(script:WaitForChild("HitboxSettings1"))

local HS = HitboxSettings.new(Player,Vector3.new(6,7,6))
HS.Damage = 3
HS.LastCooldownTime = 1
HS.Animation1 = script:WaitForChild("HitboxSettings1"):WaitForChild("Server"):WaitForChild("Handler"):WaitForChild("A1")
HS.Animation2 = script:WaitForChild("HitboxSettings1"):WaitForChild("Server"):WaitForChild("Handler"):WaitForChild("A2")
HS.Animation3 = script:WaitForChild("HitboxSettings1"):WaitForChild("Server"):WaitForChild("Handler"):WaitForChild("A3")
HS.Animation4 = script:WaitForChild("HitboxSettings1"):WaitForChild("Server"):WaitForChild("Handler"):WaitForChild("A4")
HS.Animation5 = script:WaitForChild("HitboxSettings1"):WaitForChild("Server"):WaitForChild("Handler"):WaitForChild("A5")