Why won't this work - Roblox Forum
[CODE lang="lua" title="game.Players.Player"]char = game.Workspace:WaitForChild(script.Parent)
char:WaitForChild("Humanoid").Running:Connect(function(speed)
script.Parent.PlayerGui.ScreenGui.TextLabel.Text = "Speed: "..math.round(speed)
speed = speed + 10
char.Body.car.Playing = true
char.Body.car.Volume = speed/10
end)
[/CODE]
It's supposed to be a system for a speedometer and car engine sounds
πππFree ROBUXπππ
0 Replies