pretty sure it would be though:
game.ReplicatedStorage.PointSubtraction.OnClientEvent:Connect(function(v)
v.Transparency = 0.5
v.CanCollide = false
wait(1)
v.Transparency = 0
v.CanCollide = true
end)
pretty sure it would be though:
game.ReplicatedStorage.PointSubtraction.OnClientEvent:Connect(function(v)
v.Transparency = 0.5
v.CanCollide = false
wait(1)
v.Transparency = 0
v.CanCollide = true
end)
Ok, hope you have a great day then.
thank you very much hope you do to
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.