Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Change "PurpleHalo" and "GreenHalo" with your halo names!
- script.Parent.MouseButton1Click:Connect(function()
- local halo = game.ServerStorage.PurpleHalo:Clone()
- if not script.Parent.Parent.Parent.Parent.Parent.Character then
- else
- if not script.Parent.Parent.Parent.Parent.Parent.Character:FindFirstChild("GreenHalo") then
- halo.Parent = script.Parent.Parent.Parent.Parent.Parent.Character
- else
- local removehalo = script.Parent.Parent.Parent.Parent.Parent.Character:FindFirstChild("GreenHalo")
- halo.Parent = script.Parent.Parent.Parent.Parent.Parent.Character
- removehalo:Destroy()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement