Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Tool = Instance.new("Tool")
- Tool.Name = "Bloxy Cola Ghost"
- Cola = Instance.new("Part")
- Cola.Name = "Handle"
- Cola.Parent = Tool
- Tool.Parent = owner.Character
- Mesh = Instance.new("SpecialMesh")
- Cola.Size = Vector3.new(1, 1.2, 2)
- Mesh.Parent = Cola
- Mesh.MeshId = "http://www.roblox.com/asset/?id=10470609"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=0"
- Mesh.Scale = Vector3.new(1.2, 1.2, 1.2)
- local Brrr = Instance.new("Sound", Cola)
- Brrr.SoundId = "rbxassetid://3823529284"
- Brrr.Volume = 1.5
- local equipped = Instance.new("Sound", Cola)
- equipped.SoundId = "rbxassetid://10721950"
- equipped.Volume = 1
- local Boo = [[
- Tool = script.Parent.Parent.Character:WaitForChild("Bloxy Cola Ghost")
- active = false
- Tool.Activated:Connect(function()
- active = true
- wait(10)
- active = false
- end)
- game:GetService("RunService").RenderStepped:Connect(function()
- if active then
- script.Parent.Parent.Character.Humanoid:ChangeState(11)
- end
- end)
- ]]
- local parent
- Tool.Equipped:Connect(function()
- if parent ~= game:GetService("Players"):GetPlayerFromCharacter(Tool.Parent) then
- parent = game:GetService("Players"):GetPlayerFromCharacter(Tool.Parent)
- NLS(Boo,parent.PlayerGui)
- end
- end)
- Tool.Activated:connect(function()
- Tool.GripForward = Vector3.new(0,-.759,-.651)
- Tool.GripPos = Vector3.new(1.5,-.5,.3)
- Tool.GripRight = Vector3.new(1,0,0)
- Tool.GripUp = Vector3.new(0,.651,-.759)
- Brrr:Play()
- wait(1.5)
- Tool.GripForward = Vector3.new(-.976,0,-0.217)
- Tool.GripPos = Vector3.new(0.03,0,0)
- Tool.GripRight = Vector3.new(.217,0,0)
- Tool.GripUp = Vector3.new(0,1,0)
- end)
- Tool.Equipped:Connect(function()
- equipped:Play()
- end)
Add Comment
Please, Sign In to add comment