I'm working on a game, but I need something to change a string value when you touch a part I've tried many times, but it does not work here is my script:
oof = game.ReplicatedStorage.Markers.Bank.Config.BurstType script.Parent.Touched:Connect(function() oof.Value.new = police end)