Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script maid by AdamHack
- -- from secret skins works only anims bc you just equip them without buy them
- --[[
- Asgore skin names
- Akuma
- DeepWoken
- Guts
- Sans Skin Names
- NMSans
- ]]
- --[[
- local myself = game.Players.LocalPlayer.Skins
- --asgore
- myself.Asgore.Guts.Value = true
- myself.Asgore.Akuma.Value = true
- myself.Asgore.DeepWoken.Value = true
- --sans
- myself.Sans.NMSans.Value = true
- myself.Sans.LBP3.Value = true
- myself.Sans.LBP2.Value = true
- myself.Sans.OT.Value = true
- myself.ETSans.Value = true
- myself.Asgore.Value = AsgoreSkin
- myself.Sans.Value = SansSkin
- ]]
- local myself = game.Players.LocalPlayer.Skins
- myself.Asgore.Guts.Value = true
- myself.Asgore.Akuma.Value = true
- myself.Asgore.DeepWoken.Value = true
- myself.GTGaster.XGaster.Value = true
- myself.GTGaster.Value = "XGaster"
- myself.Asgore.Value = "Akuma"
- myself.Sans.NMSans.Value = true
- myself.Sans.LBP3.Value = true
- myself.Sans.LBP2.Value = true
- myself.Sans.OT.Value = true
- myself.Sans.ETSans.Value = true
- myself.Sans.Value = "LBP3"
Advertisement
Advertisement