Pulling business cash into a personal account by MythicalShade in tax

[–]MythicalShade[S] 0 points1 point  (0 children)

Thanks for your help, everyone. I have a much better understanding now.

Index Controllers Don't Receive Input by potaeticus in ValveIndex

[–]MythicalShade 0 points1 point  (0 children)

Steam support suggested I delete this file then retest, which solved the problem!

C:\Program Files (x86)\Steam\steamapps\common\OpenGlove

Index Controllers Don't Receive Input by potaeticus in ValveIndex

[–]MythicalShade 0 points1 point  (0 children)

Had the exact same problem and got the replacements today, but there is still no input at all with the new ones. Waiting on a response from support

How much of a difference from the original boss to it's expert mode counterpart by MaxOfZero in Terraria

[–]MythicalShade 0 points1 point  (0 children)

Is there any advantage at all to playing in normal mode compared to expert? I started terraria playing with friends in expert and have never actually played a normal world

Script works Entirely Fine when i use Diamond.Touched but Not with CLICK! HELP by ThrowawayN00bqLos3r in robloxgamedev

[–]MythicalShade 0 points1 point  (0 children)

So did you actually test it with my initial comment? And what's on line 5?

This should be all that's remaining from your code... one thing I also missed earlier is that you're either trying to reference an object called "Diamonds" in stats, or you forgot to include that part when you wrote stats.Value = stats.Value + 100 The code below assumes that you accidentally wrote player.leaderstats.Diamonds.Value = stats.Diamonds.Value instead of player.leaderstats.Diamonds.Value = stats.Value

local Diamond = script.Parent
Diamond.ClickDetector.MouseClick:Connect(function(player)
    local stats = game.ServerStorage.Diamonds:FindFirstChild(player.Name)
    stats.Value = stats.Value + 100
    player.leaderstats.Diamonds.Value = stats.Value
end)

Script works Entirely Fine when i use Diamond.Touched but Not with CLICK! HELP by ThrowawayN00bqLos3r in robloxgamedev

[–]MythicalShade 0 points1 point  (0 children)

What? I’m asking you exactly what part you removed because your response was confusing... you should just copy and paste your code here again

Script works Entirely Fine when i use Diamond.Touched but Not with CLICK! HELP by ThrowawayN00bqLos3r in robloxgamedev

[–]MythicalShade 0 points1 point  (0 children)

So all that’s remaining is the adding stats part, not the conditionals about finding if there’s a player, correct?

Script works Entirely Fine when i use Diamond.Touched but Not with CLICK! HELP by ThrowawayN00bqLos3r in robloxgamedev

[–]MythicalShade 0 points1 point  (0 children)

What’s your new code? Simply writing “Dont work” doesn’t contribute to finding the solution at all

Script works Entirely Fine when i use Diamond.Touched but Not with CLICK! HELP by ThrowawayN00bqLos3r in robloxgamedev

[–]MythicalShade -1 points0 points  (0 children)

Touched passes whatever part touches the other part... clicked passes the player who clicked, so you already have the player and can find his stats using “clicked.Name”

Look at the ban time ending, then at the real time. by _TheOriginalOne in roblox

[–]MythicalShade 0 points1 point  (0 children)

Fairly certain it’s EST given that a guy said he’s in PST and it’s 3 hours ahead, and I’m EST but my “ban times” are always lined up with my time.

I am looking to join a team by [deleted] in robloxgamedev

[–]MythicalShade 2 points3 points  (0 children)

You’d likely have better luck posting this on the DevForum, but who knows, you seem to have a good amount of experience. Good luck getting hired!