How to add gears to your Roblox game | Studio

Опубликовано: 22 Июнь 2019
на канале: Nagi Plays
11,389
111

Script:
local players = {"USERNAME"}
local gear = game.ServerStorage["GEARNAME"]

game.Players.PlayerAdded:connect(function(plr)
plr.CharacterAdded:connect(function(chr)
for i = 1, #players do
if players[i] == plr.Name then
gear:Clone().Parent = plr:WaitForChild("Backpack")
end
end
end)
end)

____________________________________________________________________________________
⚠️Do not mind my tags⚠️

Gears
Roblox Studio Tutorial
How to add gear to your Roblox game
How to Add Gears to Your Game!
How to add gears to your Roblox Game
Roblox Studio How to Give Players Items when they Spawn, Give Gear, Weapons or Other Objects
How to get multiple gears on your roblox game
____________________________________________________________________________________