Skip to content

Instantly share code, notes, and snippets.

View Tsunami4746's full-sized avatar

Aman Bhutani Tsunami4746

View GitHub Profile
@Tsunami4746
Tsunami4746 / FPS_GunClient.lua
Created October 3, 2025 08:16
HD submission (FPS Gun System)
--// Variables
local Tool = script.Parent
local Conifiguration = Tool.Configuration
local Player = game.Players.LocalPlayer
local Camera = workspace.CurrentCamera
local Character = Player.Character
local Humanoid = Character:FindFirstChildOfClass("Humanoid")
local Fire = Tool.Fire
local Reload = Tool.Reload