Created by Detest#3747
Features:
- AUTO MEDITATE
game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(v)
if v:IsA("Sound") then
if v.SoundId == "rbxassetid://244264387" then
game.Players.LocalPlayer.Character["Meditation Training"]:Activate()
end
end
end)
- AUTO HANDSIGN
game.Players.LocalPlayer.Character.HumanoidRootPart.ChildAdded:Connect(function(v)
if v:IsA("Sound") then
if v.SoundId == "rbxassetid://147722227" then
game.Players.LocalPlayer.Character["Handsign Training"]:Activate()
end
end
end)
ENJOY!