AsyncV2 - Make your games realistic

VL is deleted currently I am working on VL again.

Whenever I die this error spams my output:

  LocalTransparencyModifier is not a valid member of Model "Workspace.ShadowAlien98.Arm2" 

From this script:

local player =  game:GetService("Players").LocalPlayer
local character = player.character or player.characterAdded:Wait()
 
game:GetService("RunService").RenderStepped:Connect(function()
 for i, part in pairs(character:GetChildren())do
  if string.match(part.Name, "Arm")or string.match(part.Name, "Hand") then
   part.LocalTransparencyModifier = 0
  end
 end
end)

Could be because I use a custom character, but the plugin also gives errors whenever studio is opened.

The title of this plugin really confused me. At first glance I thought this had something to do with asynchronous functions of some sort. Any reason in particular why you named this resource “Async?”

Just curious, is all.

@Fifkee
That’s why? Maybe? If that makes sense?

2 Likes

its nice for beginners but the lighting is pretty meh for anyone who understands the basics of lighting. other than that thanks for releasing this!

1 Like