NeonNarnia

Unlock skills script Doesn't save

Aug 17th, 2019
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local skill = game.Players.LocalPlayer.Data.unlockedSkills:GetDescendants()
  2. for i, skill in pairs(skill) do
  3. skill.Value = true
  4. end
Advertisement
Add Comment
Please, Sign In to add comment