01 | local player = game.Players.LocalPlayer |
02 | local R 1 = game.ReplicatedStorage.Weapons:WaitForChild( 'R1' ) |
03 | local introran = player:WaitForChild( 'IntroRan' ) |
04 |
05 | if introran.Value = = 1 then |
06 | wait( 0.5 ) |
07 | if player.leaderstats.R 1. Value = = 1 then |
08 | local cR 1 = R 1 :Clone() |
09 | cR 1. Parent = player.Backpack |
10 | end |
11 | end |
There isn't an error. This is a local script. It is inside the StarterGUI