Skip to content
View JedDevs's full-sized avatar
:shipit:
Lets Ship!
:shipit:
Lets Ship!

Highlights

  • Pro

Organizations

@Talewind-Ltd

Block or report JedDevs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Improved-Output-Log Improved-Output-Log Public

    Improving Output Log functionality

    Lua 2

  2. AvatarScaling AvatarScaling Public

    Ease Of Use Avatar Scaling

    Lua 2

  3. TouchedPlus TouchedPlus Public

    Raycast Based Collision Detection For Primitive Objects

    Lua 2 1

  4. Use reliable .Touched to create a cu... Use reliable .Touched to create a custom .TouchEnded imp
    1
    local function setProperties(detectorClone)
    2
    	detectorClone.Transparency = 1
    3
    	detectorClone.Anchored = true
    4
    	detectorClone.CanCollide = false
    5
    	detectorClone.CanTouch = true