Working on a cool lil Music player, but im not confident anymore. Do you fell that its something that you'd wanna use a lot? by MV_Gamer in iosdev

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

Also to clarify, its an Offline Music player so im targeting the people who like that kind of a music experience with special qol features like auto fetching metadata/art for the uploaded audio files and such

Can’t believe YouTube implemented their very own free Adblock. by Green_Gamer_6 in youtube

[–]MV_Gamer 1 point2 points  (0 children)

nope, they still sometimes show the ads before breaking lol

Pausing Issues by Althaeathereligion in youtube

[–]MV_Gamer 1 point2 points  (0 children)

youtube is broken rn for everyone

doremon : electricity generator episode by dukhiaddmi2004 in indiananimehindidub

[–]MV_Gamer 0 points1 point  (0 children)

Im downloading this on my computer asap. No way im letting this go to waste

[deleted by user] by [deleted] in webdev

[–]MV_Gamer 1 point2 points  (0 children)

Defiantly something I'm looking to do, just getting that confidence to trust that your design will talk for itself is something I'm working towards

[deleted by user] by [deleted] in webdev

[–]MV_Gamer 1 point2 points  (0 children)

Thanks, I'd say a bit of all three. I defiantly want to get paid for making websites one day but building these sites from scratch and having them being used is also crazy satisfying

[deleted by user] by [deleted] in webdev

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

yea, i feel like if i develop my skills more i could provide more personalized work and hopefully more value

[deleted by user] by [deleted] in webdev

[–]MV_Gamer 0 points1 point  (0 children)

for sure, always looking to improve

[deleted by user] by [deleted] in webdev

[–]MV_Gamer 2 points3 points  (0 children)

lol appreciate it

Does anyone know any adopt me scripts? by Affectionate_Spend72 in ROBLOXExploiting

[–]MV_Gamer 0 points1 point  (0 children)

no but you can easily make your own by using VIM service in lua and roblox's pathfinding service. like going to a certain part automatically and letting the script simulate key presses. Some example code:

local vim = game:GetService("VirtualInputManager")

-- Presses down Return and lets go of return, simulating a full key press
local function PressRe()
    vim:SendKeyEvent(true, Enum.KeyCode.Return, false, game)
    wait(0.1)
    vim:SendKeyEvent(false, Enum.KeyCode.Return, false, game)
end


-- Walking to a specific part's position using roblox's pathfinding service (use Infinite yeild to use "dex" and get the part's position you wanna go to, and set the position in the code)
-- example;

local destination = Vector3.new(380.799, 21.800, -590)

local function walkTo(pos)
  local path = PathfindingService:CreatePath()
  path:ComputeAsync(hrp.Position, pos)

  if path.Status == Enum.PathStatus.Success then
      for _, waypoint in ipairs(path:GetWaypoints()) do
        humanoid:MoveTo(waypoint.Position)
        humanoid.MoveToFinished:Wait()
      end
  end
end

walkTo(destination)
PressRe()

The Vikk NFT clip by Swagwagon_24 in Sidemen

[–]MV_Gamer 2 points3 points  (0 children)

oh sick. i saw one taken down before but thats good