local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local gpFolder = LocalPlayer:WaitForChild("GP") local musicUnlockedValue = gpFolder:WaitForChild("Music Unlocked") musicUnlockedValue.Value = true local houseUnlockedValue = gpFolder:WaitForChild("House Unlocked") houseUnlockedValue.Value = true local landUnlockedValue = gpFolder:WaitForChild("Land Unlocked") landUnlockedValue.Value = true local toolUnlockedValue = gpFolder:WaitForChild("Tool Unlocked") toolUnlockedValue.Value = true local vipValue = gpFolder:WaitForChild("VIP") vipValue.Value = true local vehicleSpeedUnlockedValue = gpFolder:WaitForChild("Vehiche Speed Unlocked") vehicleSpeedUnlockedValue.Value = true local vehicleUnlockedValue = gpFolder:WaitForChild("Vehicle Unlocked") vehicleUnlockedValue.Value = true local vehicleUpgradeValue = gpFolder:WaitForChild("Vehicle Upgrade") vehicleUpgradeValue.Value = true --by Semyon