"local players = game:GetService("Players") local dss = game:GetService("DataStoreService") local dataStore = dss:GetDataStore("DataStore") local playerAddedEvent = game.ReplicatedStorage.Events:WaitForChild("PlayerAdded") local levelUpEvent = game.ReplicatedStorage.Events:WaitForChild("LevelUp")"