Skip to content
View MrChickenRocket's full-sized avatar

Block or report MrChickenRocket

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. Kinematic animated objects for roblo... Kinematic animated objects for roblox. Tag anchored server objects with "Kinematic" and the motion and physics code is magic'd away.
    1
    if (script:IsDescendantOf(game.ReplicatedFirst) == false) then
    2
    	error(script.Name .. "needs to be in ReplicatedFirst")
    3
    end
    4
    
    
    5
    local CollectionService = game:GetService("CollectionService")