[ad_1]
Created by chicken#1606
Features:
- CHANGE M1S TO ANY CHARACTER YOU WANT
- DEV NOTES:
- so now you can do some goofy ahh combos like this one:
- btw stand m1s will not change anything and will break most of the time.
--[[
hello this is aba m1 changer script talking to u
INSTRUCTION :
so to use this u must follow these steps:
1: SELECT THE CHARACTER U WANT TO HAVE ITS M1 CHANGED TO | EXAMPLE: TODAY I WANT TO HAVE ICHIGO M1 AS A LUFFY SO I MUST SELECT ICHIGO
2: FOLLOW WHAT IS SAID IN LINE 17
3: CLICK WHATEVER BUTTON EXECUTES THE SCRIPT IN YOUR EXPLOIT
4: IF NOT SUCCESSFUL REPEAT THE STEPS
CHARACTER LIST: https://pastebin.com/raw/mdmFUfLR
]]
--[[
type the character that has the m1 u want between the quotes exactly like they are in the character list above in AnimeCharacter so like:
local AnimeCharacter = "Example" becomes
local AnimeCharacter = "Luffy [Pre-Timeskip]"
u also need to have the character u are going to be changing it to owned
--]]
local AnimeCharacter = "Example"
--//⚠️DO NOT TOUCH ANYTHING BELOW THIS LINE UNLESS U KNOW WHAT U ARE DOING⚠️\
local Player = game.Players.LocalPlayer
local Args = {AnimeCharacter, "Close", "PLAY"}
Player.Character:WaitForChild("Head"):Destroy()
Player.PlayerGui:WaitForChild("Respawning"):Destroy()
wait(7)
Player.Backpack.ServerTraits.Respawn:FireServer()
for i = 1, #Args do
Player.Backpack.ServerTraits.Choose:FireServer(Args[i])
end
Player.Backpack.ServerTraits.Input:FireServer("charclose")
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]