Oh, okay thank you. This is a great explanation. I asked Roblox ai to do this and it wasn’t capable of doing it, in the video we saw it make a whole car lol. This is simple stuff.
Thank you bro. This is a very good explnation. I asked Roblox ai to do this and it wasn’t capable of doing it, in the video we saw it make a whole car lol. This is simple stuff.
I gave the roblox AI my own try while developing a game project (which I still am), if you write a good comment and give it some background code, it will generate amazing responses. Although at the moment it’s in a terrible state and is often very slow, gives incorrect or outright weird responses, or doesn’t respond at all…
Bro, the CashValue works in this script. In this script it shows
an error: local CashValue = script.Parent.Parent.Parent.Parent.Values.CashValue
script.Parent.Touched:Connect(function(Hit)
if Hit.Name == “Part” and Hit:FindFirstChild(“CashValue”) then
CashValue.Value += Hit:FindFirstChild(“CashValue”).Value
Hit:Destroy()
end
end)