ADVERTISEMENTREMOVE ADS
Game icon

Anti- Revolver Script

Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
7 Lines • 263 Bytes
Raw
local player = game.Players:FindFirstChild("USER") -- Replace with your username
local gun = game.ServerStorage:FindFirstChild("Anti-Parasite Revolver")
if player and gun then
local clone = gun:Clone()
clone.Parent = player:FindFirstChild("Backpack")
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
na

Not working

0
0
ADVERTISEMENTREMOVE ADS