Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make this script works in hopper bin?

Asked by 8 years ago
game.Players.PlayerAdded:connect(function(player)
player.CharacterAdded:connect(function(character)

local Torso = character:WaitForChild("Torso")
b = Instance.new("ParticleEmitter")
b.Size = NumberSequence.new(2.5)
b.Parent = Torso
b.LightEmission = 0.7
b.Rate = 50
b.Lifetime = NumberRange.new(0.5)
b.Texture = "http://www.roblox.com/asset/?id=255513949"

end)

    end)

----------------------- this whole script is the particle emitter script (not local script) Question = how do i change this into a local script that works in the hopper bin?

0
My answer to your previous question does not need to be fixed. It should work in a HopperBin as well as a tool, just change 'Equipped' to 'Selected', and 'Unequipped' to 'Deselected' TheDeadlyPanther 2460 — 8y
0
It doesn't work SHIFTRK9 -2 — 8y

Answer this question